From 71edaa60a4b1c21354599d4d1c4a7d30b7c5bec6 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Fri, 17 Mar 2023 18:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BE=9D=E8=B5=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusone-basic/plusone-basic-domain/pom.xml | 5 ----- plusone-system/plusone-system-common/pom.xml | 4 ---- plusone-system/pom.xml | 4 ++++ pom.xml | 16 +--------------- 4 files changed, 5 insertions(+), 24 deletions(-) diff --git a/plusone-basic/plusone-basic-domain/pom.xml b/plusone-basic/plusone-basic-domain/pom.xml index 1a38772..107fd4d 100644 --- a/plusone-basic/plusone-basic-domain/pom.xml +++ b/plusone-basic/plusone-basic-domain/pom.xml @@ -15,11 +15,6 @@ xyz.zhouxy - - cn.hutool - hutool-core - - org.projectlombok lombok diff --git a/plusone-system/plusone-system-common/pom.xml b/plusone-system/plusone-system-common/pom.xml index e95bfee..f749873 100644 --- a/plusone-system/plusone-system-common/pom.xml +++ b/plusone-system/plusone-system-common/pom.xml @@ -14,10 +14,6 @@ xyz.zhouxy plusone-basic-common - - cn.hutool - hutool-crypto - diff --git a/plusone-system/pom.xml b/plusone-system/pom.xml index e118c51..c486663 100644 --- a/plusone-system/pom.xml +++ b/plusone-system/pom.xml @@ -67,6 +67,10 @@ + + cn.hutool + hutool-core + org.junit.jupiter junit-jupiter-api diff --git a/pom.xml b/pom.xml index 77e254a..0b66a1e 100644 --- a/pom.xml +++ b/pom.xml @@ -91,16 +91,7 @@ hutool-core ${hutool.version} - - cn.hutool - hutool-crypto - ${hutool.version} - - - cn.hutool - hutool-captcha - ${hutool.version} - + commons-io commons-io @@ -186,11 +177,6 @@ ch.qos.logback logback-classic - - com.google.code.findbugs - jsr305 - 3.0.2 - com.google.guava guava