diff --git a/continew-starter-auth/continew-starter-auth-satoken/pom.xml b/continew-starter-auth/continew-starter-auth-satoken/pom.xml index 86404899a42b83112882fa701d1dc2f1c33fec02..6cd449a53abed8a16e37abab5c8546c232739396 100644 --- a/continew-starter-auth/continew-starter-auth-satoken/pom.xml +++ b/continew-starter-auth/continew-starter-auth-satoken/pom.xml @@ -24,5 +24,10 @@ cn.dev33 sa-token-jwt + + + cn.hutool + hutool-jwt + \ No newline at end of file diff --git a/continew-starter-core/pom.xml b/continew-starter-core/pom.xml index d120c8646ab73918bda8970c69bb228be942ba8e..3f1230eb6c74c97087fc071b5f26f821ff403911 100644 --- a/continew-starter-core/pom.xml +++ b/continew-starter-core/pom.xml @@ -71,7 +71,33 @@ cn.hutool - hutool-all + hutool-core + + + cn.hutool + hutool-extra + + + + cn.hutool + hutool-http + + + + cn.hutool + hutool-json + + + + cn.hutool + hutool-db + + + + cn.hutool + hutool-crypto + + \ No newline at end of file diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 038a27e877eb68eb0cd1cb3a105e99c412b46f12..797f0e42399d1cd3cb8ae1bac49e966d20a6bde0 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -95,7 +95,7 @@ cn.hutool - hutool-all + hutool-jwt @@ -182,6 +182,12 @@ org.dromara.sms4j sms4j-spring-boot-starter ${sms4j.version} + + + cn.hutool + hutool-crypto + + @@ -217,6 +223,12 @@ org.dromara.x-file-storage x-file-storage-spring ${x-file-storage.version} + + + cn.hutool + hutool-core + + @@ -231,6 +243,12 @@ cn.crane4j crane4j-spring-boot-starter ${crane4j.version} + + + cn.hutool + hutool-core + + @@ -257,6 +275,14 @@ + + cn.hutool + hutool-bom + ${hutool.version} + pom + import + + cn.hutool hutool-all diff --git a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml index b0caa0cc6506f50ef3ff2be93f1ed634e5c74b54..33ecc064efd71f2c052504d0b3282781ef7eb4c0 100644 --- a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml @@ -18,5 +18,10 @@ org.dromara.sms4j sms4j-spring-boot-starter + + + cn.hutool + hutool-crypto + \ No newline at end of file