Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r167286165 --- Diff: pom.xml --- @@ -259,6 +259,7 @@ <snakeyaml.version>1.11</snakeyaml.version> <httpclient.version>4.3.3</httpclient.version> <clojure.tools.cli.version>0.2.4</clojure.tools.cli.version> + <jctools.version>2.0.1</jctools.version> --- End diff -- Why does flux need jctools? Shouldn't it come with storm-client?
---