From caead0115fa286d6796ad749464e8df09f383338 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 1 Mar 2018 18:00:06 -0500 Subject: Remove CLM issues with commons-collections We know that we are not configuring an LDAP PIP in our use of the XACML open source. The LDAP implementation uses Apache Velocity, which uses a very old version of commons-collections that has security issues. So we can exclude commons-collections from the build. Issue-ID: POLICY-507 Change-Id: I735eae4fe507ad016d9b0b49e67536415edb9820 Signed-off-by: Pamela Dragosh --- ONAP-PDP/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ONAP-PDP') diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index d302c955d..dc3953b76 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -73,6 +73,15 @@ com.att.research.xacml xacml-pdp 1.0.1 + + + + commons-collections + commons-collections + + junit -- cgit 1.2.3-korg