From 962eda0d8f95b12c639c40b2287cb74a311cf33a Mon Sep 17 00:00:00 2001 From: pizihao Date: Thu, 6 Oct 2022 01:09:14 +0800 Subject: [PATCH] fix : global remove hutool(#725) --- hippo4j-auth/pom.xml | 5 ----- hippo4j-common/pom.xml | 5 ----- hippo4j-config/pom.xml | 10 +++++----- hippo4j-console/pom.xml | 4 ---- hippo4j-message/pom.xml | 4 ---- pom.xml | 7 +------ 6 files changed, 6 insertions(+), 29 deletions(-) diff --git a/hippo4j-auth/pom.xml b/hippo4j-auth/pom.xml index c44bcffb..9a2d1212 100644 --- a/hippo4j-auth/pom.xml +++ b/hippo4j-auth/pom.xml @@ -46,11 +46,6 @@ spring-boot-starter-web - - cn.hutool - hutool-all - - org.springframework.boot spring-boot-starter-security diff --git a/hippo4j-common/pom.xml b/hippo4j-common/pom.xml index 7b6c6fec..5b49ac48 100644 --- a/hippo4j-common/pom.xml +++ b/hippo4j-common/pom.xml @@ -66,11 +66,6 @@ guava - - cn.hutool - hutool-all - - org.springframework.boot spring-boot-starter-test diff --git a/hippo4j-config/pom.xml b/hippo4j-config/pom.xml index 61cd12de..1b34515d 100644 --- a/hippo4j-config/pom.xml +++ b/hippo4j-config/pom.xml @@ -43,11 +43,6 @@ runtime - - cn.hutool - hutool-all - - cn.hippo4j hippo4j-common @@ -74,6 +69,11 @@ netty-all + + org.apache.httpcomponents + httpclient + + org.hibernate.validator hibernate-validator diff --git a/hippo4j-console/pom.xml b/hippo4j-console/pom.xml index dbadd05e..3d9a8b08 100644 --- a/hippo4j-console/pom.xml +++ b/hippo4j-console/pom.xml @@ -37,10 +37,6 @@ hibernate-validator - - cn.hutool - hutool-all - diff --git a/hippo4j-message/pom.xml b/hippo4j-message/pom.xml index 16e80419..bed847b1 100644 --- a/hippo4j-message/pom.xml +++ b/hippo4j-message/pom.xml @@ -44,10 +44,6 @@ guava - - cn.hutool - hutool-all - diff --git a/pom.xml b/pom.xml index 0ab7d6c6..ad44e407 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,6 @@ 6.5.0 30.0-jre 3.12.0 - 5.4.7 3.12.0 6.1.5.Final 2.12.1 @@ -89,11 +88,7 @@ okhttp ${okhttp3.version} - - cn.hutool - hutool-all - ${hutool-all.version} - + org.apache.commons commons-lang3