Skip to content

Commit

Permalink
add slf4j requires
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Sep 22, 2023
1 parent 894cbc0 commit 2348597
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
requires transitive ch.qos.logback.classic;
requires transitive ch.qos.logback.core;
requires transitive io.avaje.jsonb;
requires transitive org.slf4j;
requires transitive org.slf4j.jdk.platform.logging;
requires java.naming;

}

0 comments on commit 2348597

Please sign in to comment.