Skip to content

Commit 9ee01ad

Browse files
committed
Minor tweak over #2485: remove java.base from module-info; apparently should not be added
1 parent 6fbc3b8 commit 9ee01ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/moditect/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
requires transitive com.fasterxml.jackson.annotation;
77
requires transitive com.fasterxml.jackson.core;
8-
requires java.base;
98
// these types were suggested as transitive, but aren't actually
109
// exposed externally (only within internal APIs)
1110
requires java.sql;

0 commit comments

Comments
 (0)