Skip to content

Commit 017e088

Browse files
authored
Merge pull request #7619 from JinlongLiao/javaxml
fix: declare java.xml module dependency for Java 9+ modular usage
2 parents 07abc2f + b6ac0f5 commit 017e088

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

13 Bytes
Binary file not shown.

core/src/main/moditect/module-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
open module com.alibaba.fastjson2 {
44
requires transitive jdk.unsupported;
5+
requires static java.xml;
6+
requires static java.logging;
57
requires java.management;
68

79
exports com.alibaba.fastjson2;

0 commit comments

Comments
 (0)