Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/422#discussion_r26250879
--- Diff: pom.xml ---
@@ -521,12 +521,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.clojars.runa</groupId>
- <artifactId>conjure</artifactId>
- <version>${conjure.version}</version>
--- End diff --
The code no longer compiles because this dependency was removed.
dependencyManagement in the pom does not add in a dependency, it just tells
maven if a project needs this dependency use this particular version. Without
this here the remaining dependency in storm-core does not know which version to
use.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---