aboutsummaryrefslogtreecommitdiffstats
path: root/applications
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2021-01-19 16:37:48 -0500
committerPamela Dragosh <pdragosh@research.att.com>2021-01-19 16:38:36 -0500
commitfabdeccda13ee7a284e483ca6649a5678188f9bd (patch)
tree8515fe50b95d3154893eab5665eab30d9b40ec28 /applications
parentad8ea25422ff46907e46ef61bb482b0d03b38cd7 (diff)
Upgrade to xacml 3.0 github release
Point to the newly release 3.0, which is JDK11 compatible and contains the latest time extensions. Simple ensuring that nothing is broken on our end. Issue-ID: POLICY-2810 Change-Id: Ic2fed1b57574ebd1b9eaaa19c19578a42ade5483 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'applications')
-rw-r--r--applications/common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml
index 09d5e7a3..14266f3f 100644
--- a/applications/common/pom.xml
+++ b/applications/common/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP
================================================================================
- Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>xacml-pdp</artifactId>
- <version>2.2.0</version>
+ <version>3.0</version>
</dependency>
</dependencies>
</project>