diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-14 15:12:26 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-14 15:12:32 -0400 |
commit | 24c3ac3777cc95c19b3be6376a60dbe6f9174f8a (patch) | |
tree | e20623a5a9a79c2a0c1aa5878c09d7ede0365213 | |
parent | 44fd25bcbb86f8600ec88eeeac6bb8312672c470 (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>
-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> |