Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2400#discussion_r148849861 --- Diff: storm-client/pom.xml --- @@ -193,6 +193,10 @@ <groupId>org.hamcrest</groupId> <artifactId>java-hamcrest</artifactId> </dependency> + <dependency> + <groupId>org.apache.curator</groupId> + <artifactId>curator-client</artifactId> + </dependency> --- End diff -- Need to remove this. It is a duplicate. Not sure why my IDE wanted me to do this...
---