Skip to content

Commit 187163e

Browse files
committed
The jakarta.xml.bind module namespace addition as well as allowing to switch
1 parent a76ab3f commit 187163e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jaxb/src/moditect/module-info.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module com.fasterxml.jackson.module.jaxb {
22
requires java.logging;
33
requires java.xml;
4-
requires java.xml.bind;
4+
requires static java.xml.bind;
5+
requires static jakarta.xml.bind;
56

67
// Needed for JDK9+, but optionally only
78
requires static java.activation;

0 commit comments

Comments
 (0)