janhoy commented on PR #4038: URL: https://github.com/apache/solr/pull/4038#issuecomment-3737345368
I'm trying to silence `jwt-auth` module's complaints about jackson-databind. I've tried an explicit add of `implementation libs.fasterxml.jackson.core.databind` but then the builds complains about `unusedDeclaredArtifacts com.fasterxml.jackson.core:jackson-databind:2.20.1@jar`. If I declare it as `permitUnusedDeclared`, then `--write-locks` complains about `Could not resolve all files for configuration ':solr:modules:jwt-auth:permitUnusedDeclared'. Could not find com.fasterxml.jackson.core:jackson-databind.`. jwt-auth does not really use jackson in runtime, only transitively in tests. It does use `org.apache.solr.common.annotation.JsonProperty` runtime though. -- 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]
