Upgrade to xacml 3.0 github release 89/116989/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 19 Jan 2021 21:37:48 +0000 (16:37 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 19 Jan 2021 21:38:36 +0000 (16:38 -0500)
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>
applications/common/pom.xml

index 09d5e7a..14266f3 100644 (file)
@@ -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>