From a16be81b6f6fa79eeb93eb328846dc1f3386c45d Mon Sep 17 00:00:00 2001 From: dclim Date: Fri, 23 Jun 2017 14:25:31 -0600 Subject: [PATCH] rollback to previous httpclient/httpcore versions --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9972b128dbba..4a53f0ec1326 100644 --- a/pom.xml +++ b/pom.xml @@ -628,15 +628,17 @@ + org.apache.httpcomponents httpclient - 4.5.3 + 4.5.1 org.apache.httpcomponents httpcore - 4.4.6 + 4.4.3 org.apache.hadoop