madrob commented on a change in pull request #582: URL: https://github.com/apache/solr/pull/582#discussion_r796202923
########## File path: solr/modules/gcs-repository/build.gradle ########## @@ -51,6 +56,7 @@ dependencies { implementation('io.opencensus:opencensus-api') { transitive = false } implementation('io.opencensus:opencensus-contrib-http-util') { exclude group: 'com.google.guava', module: 'guava' } + testImplementation('com.google.code.findbugs:jsr305') { transitive = false } Review comment: I tried removing this and everything still seemed to work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org