aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-14 15:12:26 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-03-14 15:12:32 -0400
commit24c3ac3777cc95c19b3be6376a60dbe6f9174f8a (patch)
treee20623a5a9a79c2a0c1aa5878c09d7ede0365213 /POLICY-SDK-APP
parent44fd25bcbb86f8600ec88eeeac6bb8312672c470 (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to 'POLICY-SDK-APP')
-rw-r--r--POLICY-SDK-APP/pom.xml4
1 files changed, 4 insertions, 0 deletions
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 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>