blob: 35017beafb82d6bdd92a79974d6a228071670ec8 [file] [log] [blame]
module log4j {
requires org.slf4j;
requires java.xml;
exports org.apache.log4j;
exports org.apache.log4j.helpers;
exports org.apache.log4j.spi;
exports org.apache.log4j.xml;
}