0 Replies Latest reply on Dec 22, 2011 12:40 PM by kcbabo

    HEADS UP!  All dependencies go in parent/pom.xml

    kcbabo

      Nick has been kind enough to complete our maven restructuring to move all dependency versions out of individual modules and into the parent repository's pom.xml. 

       

      https://github.com/jboss-switchyard/parent/blob/master/pom.xml

       

      From this point forward, do not put dependency version information inside module POMs.  Always use dependencyManagement in the parent/pom.xml to manage this.  There is a bit more clean-up that needs to be performed (e.g. multiple hibernate versions with module-specific overrides), but we are close.  Please help keep this clean and manageable from here forward.  Thanks!