diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-16 12:48:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-16 12:48:18 +0000 |
commit | bfed41c8a4244d222d4cf4dd1d1068fddd42267e (patch) | |
tree | 996171f3bb1a04bbc21e74556b244be932eb57af | |
parent | 0a2275d744f81e72997e85db51db8e4631c900ac (diff) | |
parent | 24c3ac3777cc95c19b3be6376a60dbe6f9174f8a (diff) |
Merge "Exclude httpclient to resolve CLM issue"
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 4 |
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> |