Details
-
New Feature
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
None
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 slf4j artifacts in that parent pom. Idealy we would just import a BOM (https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html).
Instead of importing your BOM we now list all slf4j modules in our parent POM. Which means we have to check for new/changed modules with every version.
One example of a great BOM is the log4j BOM.
Please provide a BOM just like Log4j2 does, so that we can import it in our enterprise parent pom.