blob: 5fdbdcf1dbdab3632ce7f5033cb608604ac09f44 [file] [log] [blame]
module org.slf4j.jul {
requires org.slf4j;
requires java.logging;
provides org.slf4j.spi.SLF4JServiceProvider with org.slf4j.jul.JULServiceProvider;
exports org.slf4j.jul;
opens org.slf4j.jul to org.slf4j;
}