From 5e38e054a7ac93e2d4707b9f7a72ba867e4481cb 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: Wed, 15 Dec 2021 10:44:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20hutool=20=E5=B7=A5=E5=85=B7=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=8D=95=E5=8C=85=E5=BC=95=E5=85=A5=20?= =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=97=A0=E7=94=A8=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 26 +++++++++++++++++++++++++- ruoyi-common/pom.xml | 23 ++++++++++++++++++++++- 2 files changed, 47 insertions(+), 2 deletions(-) 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