From 6629e7c98a178fc6a7ebacb69e845e485848be4b Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Sat, 14 Dec 2024 10:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 ++++++ ruoyi-common/pom.xml | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 0c6ae9c..dd1f388 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ 2.3 0.9.1 1.3.4 + 5.6.5 @@ -200,6 +201,11 @@ warm-flow-plugin-ui-sb-web ${warm-flow} + + cn.hutool + hutool-all + ${hutool.version} + diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 0c2288e..deb04d5 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -131,6 +131,14 @@ mybatis-plus-boot-starter 3.5.1 + + cn.hutool + hutool-all + + + org.projectlombok + lombok +