mlbiscoc opened a new pull request, #4241: URL: https://github.com/apache/solr/pull/4241
The `9x branch` `./gradlew check` is failing due to this unused dependency. Failure started after [this commit](https://github.com/apache/solr/commit/a70dcf3e0599c5084061002e0b716abd8975f304) ``` > Task :solr:benchmark:analyzeClassesDependencies FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':solr:benchmark:analyzeClassesDependencies'. > Dependency analysis found issues. unusedDeclaredArtifacts - org.apache.httpcomponents:httpclient:4.5.14@jar ``` -- 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]
