Skip to content

Commit

Permalink
Correct the SLF4J JPMS module in memory-cpre
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Dec 11, 2023
1 parent a7d2267 commit 3ebd2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/memory/memory-core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
requires transitive jdk.unsupported;
requires jsr305;
requires org.immutables.value;
requires slf4j.api;
requires org.slf4j;
}

0 comments on commit 3ebd2d4

Please sign in to comment.