From 5fe82f38d4a5d967b460f872f44b8aee3c115fed Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Thu, 26 Aug 2021 07:45:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ehttpclient=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic-util/pom.xml | 8 ++++++++ pom.xml | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/basic-util/pom.xml b/basic-util/pom.xml index 8519202c..fde7105e 100644 --- a/basic-util/pom.xml +++ b/basic-util/pom.xml @@ -127,6 +127,14 @@ + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + ink.wgink diff --git a/pom.xml b/pom.xml index f51fe1c8..0e4c63a6 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ 1.12 1.18 1.9.4 + 4.5.13 1.3.18 3.3.3 2.5.1 @@ -437,6 +438,14 @@ ${slf4j.version} + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + +