-
Task
-
Resolution: Done
-
Minor
-
None
-
None
-
The quickstarts now use the narayana bom maven artefact ( org.jboss.narayana:narayana-bom:6.0.2.Final)
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.
- relates to
-
JBTM-3735 Create Narayana boms
- Closed