From f386928bd99632c268980bc3024dd30a04d6e112 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?=
<15040126243@163.com>
Date: Sat, 8 Jan 2022 19:14:59 +0800
Subject: [PATCH] =?UTF-8?q?update=20hutool=20=E5=BC=95=E5=85=A5=E6=94=B9?=
=?UTF-8?q?=E4=B8=BA=20bom=20=E4=BE=9D=E8=B5=96=E9=A1=B9=E5=BC=95=E5=85=A5?=
=?UTF-8?q?=20=E5=87=8F=E5=B0=91=E6=97=A0=E7=94=A8=E4=BE=9D=E8=B5=96?=
=?UTF-8?q?=E5=AF=BC=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 17 ++++++++++-------
ruoyi-common/ruoyi-common-core/pom.xml | 12 +++++++++++-
ruoyi-gateway/pom.xml | 10 ++++++++++
3 files changed, 31 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5898e656..76b478bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
2.10.0
3.2.2
2.12.2
- 5.7.16
+ 5.7.18
3.16.7
2.2.1
2.7.15
@@ -130,6 +130,15 @@
import
+
+
+ cn.hutool
+ hutool-bom
+ ${hutool.version}
+ pom
+ import
+
+
de.codecentric
@@ -226,12 +235,6 @@
${common-pool.version}
-
- cn.hutool
- hutool-all
- ${hutool.version}
-
-
org.redisson
diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml
index 2eb4a754..3cc195b3 100644
--- a/ruoyi-common/ruoyi-common-core/pom.xml
+++ b/ruoyi-common/ruoyi-common-core/pom.xml
@@ -118,7 +118,17 @@
cn.hutool
- hutool-all
+ hutool-core
+
+
+
+ cn.hutool
+ hutool-jwt
+
+
+
+ cn.hutool
+ hutool-extra
diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml
index a440bfe7..25bed745 100644
--- a/ruoyi-gateway/pom.xml
+++ b/ruoyi-gateway/pom.xml
@@ -80,6 +80,16 @@
${swagger.fox.version}
+
+ cn.hutool
+ hutool-captcha
+
+
+
+ cn.hutool
+ hutool-http
+
+