Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2752#discussion_r200403856
--- Diff: storm-core/pom.xml ---
@@ -32,6 +32,9 @@
<properties>
<worker-launcher.conf.dir>/etc/storm</worker-launcher.conf.dir>
<worker-launcher.build.dir>${project.build.directory}/native/worker-launcher</worker-launcher.build.dir>
+ <jersey.version>2.27</jersey.version>
+ <grizzly.version>2.4.3</grizzly.version>
+ <jersey-grizzly2.version>1.19.4</jersey-grizzly2.version>
--- End diff --
At some point can we move all of this to the web-app, or split the UI off
into it's own module if we need to. This can be a follow on JIRA. I just
don't see a reason to keep it here when it no longer needs clojure.
---