Description
We have an enterprise parent POM that defines versions of maven artifacts for all products that are built in our enterprise.
We want to define the version of all deltaspike artifacts in that parent pom. Idealy we would just import your BOM.
Currently your BOM inherits a bloat of dependencies from the deltaspike parent POM. We don't want all of these transitive dependencymanagement entries in our parent POM.
So instead of importing your BOM we copy the entries for all deltaspike modules into our parent POM. This is a violation of DRY / cumbersome / error prone...
Please provide a BOM that does not inherit any other dependencymanagement.
One example of a great BOM is the log4j BOM.
Attachments
Issue Links
- relates to
-
DELTASPIKE-1159 BOM Needs a dependency management section
- Closed