diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-03-02 14:11:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-02 14:11:01 +0000 |
commit | 232424b155d8c1c005f059e1e7d5f1da5bbfcf89 (patch) | |
tree | 9dc9c6ad0f90f7c2ebe516dfa7d86ec9db4f4842 /ONAP-XACML/pom.xml | |
parent | 6ad0e11a3d77f42805d72d63accb63c69c19feb8 (diff) | |
parent | caead0115fa286d6796ad749464e8df09f383338 (diff) |
Merge "Remove CLM issues with commons-collections"
Diffstat (limited to 'ONAP-XACML/pom.xml')
-rw-r--r-- | ONAP-XACML/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ONAP-XACML/pom.xml b/ONAP-XACML/pom.xml index c399e3fa9..b6f12c005 100644 --- a/ONAP-XACML/pom.xml +++ b/ONAP-XACML/pom.xml @@ -83,6 +83,15 @@ <groupId>com.att.research.xacml</groupId> <artifactId>xacml</artifactId> <version>1.0.1</version> + <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> </dependencies> </project> |