Exclude httpclient to resolve CLM issue 13/35813/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 14 Mar 2018 19:12:26 +0000 (15:12 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 14 Mar 2018 19:12:32 +0000 (15:12 -0400)
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>
POLICY-SDK-APP/pom.xml

index 153299e..3a8eaa4 100644 (file)
                                        <groupId>commons-logging</groupId>
                                        <artifactId>commons-logging</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.httpcomponents</groupId>
+                                       <artifactId>httpclient</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>