Merge "Exclude httpclient to resolve CLM issue"
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 16 Mar 2018 12:48:18 +0000 (12:48 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 16 Mar 2018 12:48:18 +0000 (12:48 +0000)
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>