From 46e5c160c70b7c579b2d0c58ca433369724b991f Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 7 May 2018 18:10:53 -0400 Subject: [PATCH] Exclude httpclient 4.5 and force 4.5.5 Issue-ID: AAI-1125 Change-Id: I8ddcc66d5c70a18d2c28db5a498c34a339bb5ac5 Signed-off-by: Jimmy Forsyth --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 738bb8d..dc51bde 100644 --- a/pom.xml +++ b/pom.xml @@ -170,7 +170,7 @@ limitations under the License. org.onap.aai.router-core router-core - 1.2.0 + 1.2.1 @@ -365,7 +365,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.5 org.apache.httpcomponents -- 2.16.6