diff --git a/core/core-backend/pom.xml b/core/core-backend/pom.xml
index 213bed5cfa..f648cd5038 100644
--- a/core/core-backend/pom.xml
+++ b/core/core-backend/pom.xml
@@ -48,6 +48,10 @@
com.google.guava
guava
+
+ commons-io
+ commons-io
+
de
diff --git a/pom.xml b/pom.xml
index 2963b349bd..e27d302443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
4.5.14
4.4.16
3.3.4
+ 2.16.1
1.3.0
3.1.0
33.0.0-jre
@@ -50,7 +51,7 @@
8.0.4
0.62.2
3.0.3
- 1.19
+ 1.26.2
@@ -127,6 +128,11 @@
commons-compress
${commons-compress.version}
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
com.alibaba
easyexcel
diff --git a/sdk/common/pom.xml b/sdk/common/pom.xml
index 35d69ec4f5..1f3dbc8095 100644
--- a/sdk/common/pom.xml
+++ b/sdk/common/pom.xml
@@ -85,6 +85,17 @@
org.ehcache
ehcache
jakarta
+
+
+ commons-io
+ commons-io
+
+
+
+
+
+ commons-io
+ commons-io
@@ -105,8 +116,14 @@
com.alibaba
easyexcel
+
+
+ commons-io
+ commons-io
+
+
-
\ No newline at end of file
+