Skip to content

Commit

Permalink
fix: update module-info.java to make org.slf4j static requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya authored Oct 24, 2024
1 parent 4f6724e commit 81b05ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java9/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module org.xerial.sqlitejdbc {

requires org.slf4j;
requires static org.slf4j;
requires transitive java.sql;
requires transitive java.sql.rowset;
requires static org.graalvm.nativeimage;
Expand Down

0 comments on commit 81b05ec

Please # to comment.