logging-log4j2 icon indicating copy to clipboard operation
logging-log4j2 copied to clipboard

Move BND configuration to `pom.xml`

Open ppkarwasz opened this issue 1 year ago • 0 comments

This removes the BND configuration in log4j-1.2-api/bnd.bnd and moves it to the POM file.

The resulting JPMS module has the same requirements as version 2.24.1.

requires java.base
requires java.desktop
requires java.management transitive
requires java.xml transitive
requires javax.jms-api static
requires org.apache.logging.log4j transitive
requires org.apache.logging.log4j.core static

ppkarwasz avatar Oct 07 '24 13:10 ppkarwasz