mirror of https://github.com/qos-ch/slf4j
parent
3f20e0dfd2
commit
e63f87f02c
|
|
@ -0,0 +1,7 @@
|
|||
module jul.to.slf4j {
|
||||
|
||||
requires org.slf4j;
|
||||
requires java.logging;
|
||||
|
||||
exports org.slf4j.bridge;
|
||||
}
|
||||
Loading…
Reference in New Issue