From 4332e90cf36a59ff78a384f7e2ae3eba5b147efd Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 9 Feb 2018 09:52:40 -0500 Subject: Upgrade 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-616 Change-Id: Ifaf4f92d8da878a1c49dff5fd028744d01999ff5 Signed-off-by: Pamela Dragosh --- controlloop/common/eventmanager/pom.xml | 2 +- controlloop/common/guard/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'controlloop/common') diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index 33f858dee..fa4941afa 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/pom.xml @@ -43,7 +43,7 @@ com.att.research.xacml xacml - 1.0.0 + 1.0.1 provided diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index bd2d4bbc1..fa31577f2 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -16,7 +16,7 @@ com.att.research.xacml xacml-pdp - 1.0.0 + 1.0.1 junit -- cgit 1.2.3-korg