You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/02/01 01:32:55 UTC

[GitHub] [solr] madrob commented on a change in pull request #582: SOLR-15966 Get rid of WEB-INF/lib/jsr305-3.0.2.jar

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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org