Exclude commons-collections 78/71778/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 2 Nov 2018 22:07:24 +0000 (18:07 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 2 Nov 2018 22:07:31 +0000 (18:07 -0400)
This should have been carried over from template.demo.

Issue-ID: POLICY-1228
Change-Id: I8148ae98c9a30d4342482bbba688d6d2e8088892
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
controlloop/templates/template.demo.clc/pom.xml

index 7ace8c1..37c615f 100644 (file)
     <dependency>
       <groupId>com.att.research.xacml</groupId>
       <artifactId>xacml</artifactId>
+      <exclusions>
+        <!-- The LDAP PIP uses velocity which pulls this insecure jar in. We
+        are not using that PIP and can safely exclude this jar to resolve CLM issue.
+         -->
+        <exclusion>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+        </exclusion>
+      </exclusions>
       <version>1.0.2</version>
     </dependency>
     <dependency>