From cf60a90fefe1531dd46647b9de018472541fa4a3 Mon Sep 17 00:00:00 2001 From: David Lim Date: Fri, 23 Jun 2017 20:43:49 -0600 Subject: [PATCH] [BACKPORT] 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 e6ff2b8cd4e1..eec437da751c 100644 --- a/pom.xml +++ b/pom.xml @@ -627,15 +627,17 @@ + org.apache.httpcomponents httpclient - 4.5.3 + 4.5.1 org.apache.httpcomponents httpcore - 4.4.6 + 4.4.3 org.apache.hadoop