diff --git a/common/common-framework/pom.xml b/common/common-framework/pom.xml
index 0b3edec38..1d7f7eefb 100644
--- a/common/common-framework/pom.xml
+++ b/common/common-framework/pom.xml
@@ -76,6 +76,12 @@
test
+
+
+ cn.hutool
+ hutool-all
+
+
diff --git a/mall-dependencies/pom.xml b/mall-dependencies/pom.xml
index a9d251a8b..abe78e194 100644
--- a/mall-dependencies/pom.xml
+++ b/mall-dependencies/pom.xml
@@ -38,6 +38,7 @@
1.2.56
6.0.16.Final
+ 5.2.5
@@ -141,6 +142,13 @@
${fastjson.version}
+
+
+ cn.hutool
+ hutool-all
+ ${hutool.version}
+
+
org.hibernate
hibernate-validator