Github user satishd commented on a diff in the pull request:
https://github.com/apache/storm/pull/2467#discussion_r157944148
--- 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>
--- End diff --
you may want to have property for org.apache.solr version and use the same
in other solr dependencies in this module instead of declaring at each
dependency usage.
---