From fed46dc16e03d8db436031d0939140fc762e9064 Mon Sep 17 00:00:00 2001
From: jasmine <362055143@qq.com>
Date: Fri, 19 Jan 2024 04:32:01 +0000
Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E7=BB=9F=E4=B8=80=20Hutool?=
=?UTF-8?q?=20=E7=89=88=E6=9C=AC=EF=BC=8C=E7=B2=BE=E7=AE=80=E5=90=84?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97=20Hutool=20=E4=BE=9D=E8=B5=96=20*=20?=
=?UTF-8?q?=E7=A9=BA=E8=A1=8C=E6=95=B4=E7=90=86=E3=80=82=20*=20hutool-all?=
=?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E9=94=81=E5=AE=9A=E3=80=82=20*=20Hu?=
=?UTF-8?q?tool=E5=8C=85=E7=9A=84=E6=95=B4=E7=90=86=EF=BC=8C=20=E4=BE=9D?=
=?UTF-8?q?=E8=B5=96=E5=86=B2=E7=AA=81=E8=A7=A3=E5=86=B3=E3=80=82=20*=20Hu?=
=?UTF-8?q?tool=E5=8C=85=E7=9A=84=E6=95=B4=E7=90=86=EF=BC=8C=20=E4=BE=9D?=
=?UTF-8?q?=E8=B5=96=E5=86=B2=E7=AA=81=E8=A7=A3=E5=86=B3=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../continew-starter-auth-satoken/pom.xml | 5 ++++
continew-starter-core/pom.xml | 28 ++++++++++++++++++-
continew-starter-dependencies/pom.xml | 28 ++++++++++++++++++-
.../continew-starter-messaging-sms/pom.xml | 5 ++++
4 files changed, 64 insertions(+), 2 deletions(-)
diff --git a/continew-starter-auth/continew-starter-auth-satoken/pom.xml b/continew-starter-auth/continew-starter-auth-satoken/pom.xml
index 86404899..6cd449a5 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 d120c864..3f1230eb 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 038a27e8..797f0e42 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 b0caa0cc..33ecc064 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