diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-02 18:07:24 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-02 18:07:31 -0400 |
commit | 72d4564ec8089f6217e7a3773a2aa0dde6306241 (patch) | |
tree | c97f80557e5dac3a4ae392c5bb9722d39f145c55 /controlloop | |
parent | 470b4061be484787787b83644fde8429c1688318 (diff) |
Exclude commons-collections
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>
Diffstat (limited to 'controlloop')
-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> |