From: Pamela Dragosh Date: Wed, 14 Mar 2018 19:12:26 +0000 (-0400) Subject: Exclude httpclient to resolve CLM issue X-Git-Tag: v1.2.0~53^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=24c3ac3777cc95c19b3be6376a60dbe6f9174f8a 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 --- 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 +