From 6e452dab29d38c37ed46c3074b6bba96f1660cc3 Mon Sep 17 00:00:00 2001 From: lee Date: Tue, 4 Feb 2020 10:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0http=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 83ac80e..e8a81ee 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ UTF-8 1.0.0 1.0.2 - 1.4.9 + 2.2.1 2.7.1 @@ -107,7 +107,7 @@ org.apache.storm storm-core ${storm.version} - provided + slf4j-log4j12 @@ -274,5 +274,19 @@ compile + + + org.apache.httpcomponents + httpclient + 4.5.2 + + + + org.apache.httpcomponents + httpcore + 4.4.1 + + +