Skip to content

Commit 46ca656

Browse files
committed
Clean up module-info
1 parent 39cc7c1 commit 46ca656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/module-info.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Jackson 3.x module-info for jackson-dataformat-xml Main artifact
22
module tools.jackson.dataformat.xml
33
{
4-
requires transitive java.xml;
5-
requires transitive org.codehaus.stax2; // stax2-api
4+
requires java.xml;
5+
requires org.codehaus.stax2; // stax2-api
66

77
requires transitive com.fasterxml.jackson.annotation;
8-
requires transitive tools.jackson.core;
8+
requires tools.jackson.core;
99
requires transitive tools.jackson.databind;
1010

1111
exports tools.jackson.dataformat.xml;

0 commit comments

Comments
 (0)