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