From 36be8a3b3cf20e3b9a74f2a3a15f89cc1bec74a4 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 7 May 2018 17:42:07 -0400 Subject: Exclude httpclient 4.5 and force 4.5.5 Issue-ID: AAI-1124 Change-Id: Ic9fcb4b6e57cfff8ee7288d25010410136b8d812 Signed-off-by: Jimmy Forsyth --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 4a96803..67801cc 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,24 @@ limitations under the License. com.att.nsa cambriaClient 0.0.1 + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpclient-cache + + + + + org.apache.httpcomponents + httpclient + 4.5.5 + + -- cgit 1.2.3-korg