From 24c3ac3777cc95c19b3be6376a60dbe6f9174f8a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 14 Mar 2018 15:12:26 -0400 Subject: [PATCH] Exclude httpclient to resolve CLM issue v4.5.1 is being ommitted via maven depedency resolution. So we will exclude to help clear the CLM issue being flagged. Issue-ID: POLICY-507 Change-Id: I5636da0a8109fa66cf00eb9205d89d7437517955 Signed-off-by: Pamela Dragosh --- POLICY-SDK-APP/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 153299eb8..3a8eaa456 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -197,6 +197,10 @@ commons-logging commons-logging + + org.apache.httpcomponents + httpclient + -- 2.16.6