From: Jimmy Forsyth Date: Mon, 7 May 2018 21:42:07 +0000 (-0400) Subject: Exclude httpclient 4.5 and force 4.5.5 X-Git-Tag: v1.2.1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Ftags%2Fv1.2.1;p=aai%2Frouter-core.git Exclude httpclient 4.5 and force 4.5.5 Issue-ID: AAI-1124 Change-Id: Ic9fcb4b6e57cfff8ee7288d25010410136b8d812 Signed-off-by: Jimmy Forsyth --- 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 + +