From fc09a4506defc4438543197a6849a220f794b452 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 9 Sep 2019 09:27:08 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E4=BF=AE=E5=A4=8D=20maven=20=E6=9E=84?= =?utf8?q?=E5=BB=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bff/admin/pom.xml | 9 ++++++--- common/core/pom.xml | 10 ++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/bff/admin/pom.xml b/bff/admin/pom.xml index d141279..11fca55 100644 --- a/bff/admin/pom.xml +++ b/bff/admin/pom.xml @@ -91,11 +91,14 @@ com.netflix.feign feign-httpclient - - + + + org.apache.httpcomponents + httpcore + diff --git a/common/core/pom.xml b/common/core/pom.xml index b0a7e56..dcfe763 100644 --- a/common/core/pom.xml +++ b/common/core/pom.xml @@ -43,6 +43,16 @@ feign-httpclient true + + org.apache.httpcomponents + httpclient + true + + + org.apache.httpcomponents + httpcore + true + com.alibaba -- 2.17.1