aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-XACML
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-02-09 09:50:17 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-02-09 09:50:23 -0500
commitcfe70c8b2be0bc9ac491c59e26c582be7af8276a (patch)
tree663735dc0b3a323675ff81b5a21008109fa07de4 /ONAP-XACML
parent012c16b06d85d81e35f54d18982c183933025c8b (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to 'ONAP-XACML')
-rw-r--r--ONAP-XACML/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>xacml</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</dependency>
</dependencies>
</project>