[jbossts-issues] [JBoss JIRA] (JBTM-1351) Narayana Quickstarts: consider putting dependencies in BOM as JDF quickstarts do

Ondřej Chaloupka (JIRA) jira-events at lists.jboss.org
Thu Nov 22 03:18:21 EST 2012


Ondřej Chaloupka created JBTM-1351:
--------------------------------------

             Summary: Narayana Quickstarts: consider putting dependencies in BOM as JDF quickstarts do
                 Key: JBTM-1351
                 URL: https://issues.jboss.org/browse/JBTM-1351
             Project: JBoss Transaction Manager
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Testing
    Affects Versions: 5.0.0.M2
            Reporter: Ondřej Chaloupka
            Assignee: Paul Robinson
            Priority: Minor


Currently the quickstarts for Narayana project does not solve dependency management in some global way. 
Each directory contains one quickstart and it manages dependencies on its own what leads to situation that during compilation quickstarts as a whole project common libraries are downloaded several times (e.g. arquillian).

There is idea of using JDF quickstart style of managing dependencies. They use BOMs where all dependencies are defined. Versions are defined in parent pom.xml.
As inspiration could be used BOM from JDF:
https://github.com/jboss-jdf/jboss-bom/blob/master/jboss-javaee-6.0-with-transactions/pom.xml
It could be used this bom directly or just import it or do it in other way.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbossts-issues mailing list