From 0f99467cfbaaf0f0a8605b37aa143c9922a912c3 Mon Sep 17 00:00:00 2001 From: David Lim Date: Fri, 23 Jun 2017 20:43:49 -0600 Subject: [PATCH] rollback to previous httpclient/httpcore versions (#4457) --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9972b128dbb..4a53f0ec132 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