Exclude httpclient to resolve CLM issue
[policy/engine.git] / 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>