Github user satishd commented on a diff in the pull request: https://github.com/apache/storm/pull/2467#discussion_r157943956 --- Diff: external/storm-solr/pom.xml --- @@ -46,19 +46,24 @@ <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> - <version>5.2.1</version> - <scope>compile</scope> + <version>5.5.5</version> + <exclusions> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> --- End diff -- I do not see any httpclient dependency for solr-solrj but org.apache.httpcomponents:httpcore:4.4.1 and org.apache.httpcomponents:httpmime:4.4.1. Am I missing anything here?
---