diff options
Diffstat (limited to 'controlloop/templates')
-rw-r--r-- | controlloop/templates/template.demo/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index f2700e7d5..ab6997522 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -132,6 +132,15 @@ <artifactId>xacml</artifactId> <version>1.0.1</version> <scope>test</scope> + <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> </dependency> <dependency> <groupId>com.att.research.xacml</groupId> |