You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2015/03/11 21:16:26 UTC

[GitHub] storm pull request: STORM-541:Clean duplicate dependences in poms

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---