diff --git a/pom.xml b/pom.xml
index cd1643e3..338a1250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,31 @@
cn.hutool
- hutool-all
+ hutool-core
+ ${hutool.version}
+
+
+
+ cn.hutool
+ hutool-http
+ ${hutool.version}
+
+
+
+ cn.hutool
+ hutool-captcha
+ ${hutool.version}
+
+
+
+ cn.hutool
+ hutool-extra
+ ${hutool.version}
+
+
+
+ cn.hutool
+ hutool-jwt
${hutool.version}
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 08d17315..52be0a28 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -104,8 +104,29 @@
cn.hutool
- hutool-all
+ hutool-core
+
+
+ cn.hutool
+ hutool-http
+
+
+
+ cn.hutool
+ hutool-captcha
+
+
+
+ cn.hutool
+ hutool-jwt
+
+
+
+ cn.hutool
+ hutool-extra
+
+
org.projectlombok
lombok