1 module org.apache.commons.logging { 2 requires org.slf4j; 3 exports org.apache.commons.logging; 4 } 5