janhoy commented on a change in pull request #582: URL: https://github.com/apache/solr/pull/582#discussion_r796365722
########## 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 moved this from "implementation" to "testImplementation". But if it is not needed, then fine. -- 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