Upgrade xacml 1.0.2 56/71756/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 2 Nov 2018 15:10:27 +0000 (11:10 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 2 Nov 2018 18:53:31 +0000 (18:53 +0000)
This version of xacml only has license changes to the java
source files. This will clear ONAP license issues.

Issue-ID: POLICY-1228
Change-Id: I7496fc54e44a51f89e438adaa1ab70a1c23aa06d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit 510c439f70556718f9fceeb6bad1a771ccbb410c)

BRMSGateway/dependency.json
ONAP-PDP/pom.xml
ONAP-XACML/pom.xml

index b751324..b8e3e7c 100644 (file)
         }, {
             "groupId": "com.att.research.xacml",
             "artifactId": "xacml-pdp",
-            "version": "1.0.1"
+            "version": "1.0.2"
         }]
     }
 }
index a4fa7c8..d4f2b56 100644 (file)
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>com.att.research.xacml</groupId>
             <artifactId>xacml-pdp</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.2</version>
             <exclusions>
                 <!-- The LDAP PIP uses velocity which pulls this insecure jar in. We 
                     are not using that PIP and can safely exclude this jar to resolve CLM issue. -->
index 9809089..06f532f 100644 (file)
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>com.att.research.xacml</groupId>
             <artifactId>xacml</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.2</version>
             <exclusions>
             <!-- The LDAP PIP uses velocity which pulls this insecure jar in. We
                 are not using that PIP and can safely exclude this jar to resolve CLM issue.