diff --git a/core/backend/pom.xml b/core/backend/pom.xml
index f7c1ae8f16..74f25ce841 100644
--- a/core/backend/pom.xml
+++ b/core/backend/pom.xml
@@ -270,6 +270,10 @@
commons-io
commons-io
+
+ org.apache.xmlbeans
+ xmlbeans
+
@@ -347,6 +351,10 @@
commons-math4-legacy
4.0-beta1
+
+ org.apache.xmlbeans
+ xmlbeans
+
diff --git a/pom.xml b/pom.xml
index f8293bfbf9..a05bbe7f97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
1.18.19
4.1.1
+ 3.1.0
dataease
@@ -63,6 +64,17 @@
+
+ org.apache.xmlbeans
+ xmlbeans
+ ${xmlbeans.version}
+
+
+ *
+ *
+
+
+