fix SLF4J-595

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2023-07-12 22:50:26 +02:00
parent 3f20e0dfd2
commit e63f87f02c
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
module jul.to.slf4j {
requires org.slf4j;
requires java.logging;
exports org.slf4j.bridge;
}