diff --git a/pom.xml b/pom.xml
index a3b761809..1f63ada78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
5.7.0
2.5
1.3.3
+ 2.6.2
4.1.2
1.7
@@ -146,6 +147,13 @@
+
+ org.apache.commons
+ commons-pool2
+ ${commons.pool.version}
+
+
+
commons-io
commons-io
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 9b8f27aa5..97db55059 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -59,6 +59,12 @@
commons-lang3
+
+
+ org.apache.commons
+ commons-pool2
+
+
com.fasterxml.jackson.core