risdenk commented on code in PR #1011:
URL: https://github.com/apache/solr/pull/1011#discussion_r970889719


##########
solr/core/build.gradle:
##########
@@ -81,9 +81,12 @@ dependencies {
 
   implementation 'javax.servlet:javax.servlet-api'
 
-  implementation "org.glassfish.jersey.containers:jersey-container-jetty-http"
+  implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http'
+  permitUnusedDeclared 
'org.glassfish.jersey.containers:jersey-container-jetty-http'
   implementation 'org.glassfish.jersey.inject:jersey-hk2'
+  permitUnusedDeclared 'org.glassfish.jersey.inject:jersey-hk2'
   implementation 'org.glassfish.jersey.media:jersey-media-json-jackson'
+  permitUnusedDeclared 'org.glassfish.jersey.media:jersey-media-json-jackson'

Review Comment:
   And it might be that we need them but only for compile time? Do we need them 
to be implementation? Could they be compileOnly?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to