From 3291a99fba54ee1f4a6aaac95a91a1695a3b4bf5 Mon Sep 17 00:00:00 2001 From: pizihao <2335715300@qq.com> Date: Tue, 11 Oct 2022 18:53:24 +0800 Subject: [PATCH] fix : delete httpclient in dependencies --- hippo4j-common/pom.xml | 4 ++++ hippo4j-config/pom.xml | 4 ---- hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml | 5 ----- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/hippo4j-common/pom.xml b/hippo4j-common/pom.xml index efe18f4b..5e40c3f4 100644 --- a/hippo4j-common/pom.xml +++ b/hippo4j-common/pom.xml @@ -66,5 +66,9 @@ com.github.dozermapper dozer-core + + com.squareup.okhttp3 + okhttp + diff --git a/hippo4j-config/pom.xml b/hippo4j-config/pom.xml index 5e048393..75bf417b 100644 --- a/hippo4j-config/pom.xml +++ b/hippo4j-config/pom.xml @@ -60,10 +60,6 @@ io.netty netty-all - - org.apache.httpcomponents - httpclient - org.hibernate.validator hibernate-validator diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml index 8b260c97..0aaf46c7 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml @@ -21,11 +21,6 @@ spring-boot-starter-web - - com.squareup.okhttp3 - okhttp - - cn.hippo4j hippo4j-core