aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-16 12:48:18 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-16 12:48:18 +0000
commitbfed41c8a4244d222d4cf4dd1d1068fddd42267e (patch)
tree996171f3bb1a04bbc21e74556b244be932eb57af /POLICY-SDK-APP
parent0a2275d744f81e72997e85db51db8e4631c900ac (diff)
parent24c3ac3777cc95c19b3be6376a60dbe6f9174f8a (diff)
Merge "Exclude httpclient to resolve CLM issue"
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>