From cfe70c8b2be0bc9ac491c59e26c582be7af8276a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 9 Feb 2018 09:50:17 -0500 Subject: [PATCH] Upgrading XACML jar XACML was released with minor fixes for XML files with comments. Mainly it contained upgrade to dependencies that had fixed security issues. One still remains but will not be able to be fixed. Issue-ID: POLICY-617 Change-Id: Ib143c87156ed6a15cf4f0fe0ecbedb2407ca5b0d Signed-off-by: Pamela Dragosh --- BRMSGateway/dependency.json | 2 +- ONAP-PDP/pom.xml | 2 +- ONAP-XACML/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json index fcdcebdea..a8b331712 100644 --- a/BRMSGateway/dependency.json +++ b/BRMSGateway/dependency.json @@ -96,7 +96,7 @@ }, { "groupId": "com.att.research.xacml", "artifactId": "xacml-pdp", - "version": "1.0.0" + "version": "1.0.1" }] } } diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index 456217a6b..d302c955d 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -72,7 +72,7 @@ com.att.research.xacml xacml-pdp - 1.0.0 + 1.0.1 junit diff --git a/ONAP-XACML/pom.xml b/ONAP-XACML/pom.xml index 271b7f458..c399e3fa9 100644 --- a/ONAP-XACML/pom.xml +++ b/ONAP-XACML/pom.xml @@ -82,7 +82,7 @@ com.att.research.xacml xacml - 1.0.0 + 1.0.1 -- 2.16.6