diff options
Diffstat (limited to 'controlloop/templates/template.demo.clc')
-rw-r--r-- | controlloop/templates/template.demo.clc/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/controlloop/templates/template.demo.clc/pom.xml b/controlloop/templates/template.demo.clc/pom.xml index 7ace8c1d3..37c615fa9 100644 --- a/controlloop/templates/template.demo.clc/pom.xml +++ b/controlloop/templates/template.demo.clc/pom.xml @@ -140,6 +140,15 @@ <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> |