1*d4cc4a21SXin Li module log4j { 2*d4cc4a21SXin Li requires org.slf4j; 3*d4cc4a21SXin Li requires java.xml; 4*d4cc4a21SXin Li exports org.apache.log4j; 5*d4cc4a21SXin Li exports org.apache.log4j.helpers; 6*d4cc4a21SXin Li exports org.apache.log4j.spi; 7*d4cc4a21SXin Li exports org.apache.log4j.xml; 8*d4cc4a21SXin Li }