There was an error while loading. Please reload this page.
2 parents 07abc2f + b6ac0f5 commit 017e088Copy full SHA for 017e088
2 files changed
.gitignore
13 Bytes
core/src/main/moditect/module-info.java
@@ -2,6 +2,8 @@
2
3
open module com.alibaba.fastjson2 {
4
requires transitive jdk.unsupported;
5
+ requires static java.xml;
6
+ requires static java.logging;
7
requires java.management;
8
9
exports com.alibaba.fastjson2;
0 commit comments