risdenk commented on code in PR #1302:
URL: https://github.com/apache/solr/pull/1302#discussion_r1089762660
##########
solr/core/build.gradle:
##########
@@ -115,6 +115,8 @@ dependencies {
implementation 'commons-cli:commons-cli'
+ implementation 'net.jcip:jcip-annotations'
Review Comment:
So maybe @dsmiley knows which `jcip-annotations` is correct.
At least based on https://github.com/stephenc/jcip-annotations - it should
be
https://mvnrepository.com/artifact/com.github.stephenc.jcip/jcip-annotations/1.0-1
however it looks like we include `net.jcip:jcip-annotations` already somehow?
--
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]