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


##########
solr/modules/jwt-auth/build.gradle:
##########
@@ -19,7 +19,15 @@ apply plugin: 'java-library'
 
 description = 'JWT / OpenID Connect / OAuth2 authentication plugin'
 
+configurations {
+  constraintsOnly
+  permitTestUnusedDeclared.extendsFrom constraintsOnly
+  implementation.extendsFrom constraintsOnly
+}

Review Comment:
   Added in 8b9a2fd490624280ee7aeca53e8ac72f2d9e056f



-- 
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