Upgrade xacml 1.0.2 41/71741/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 15:11:47 +0000 (11:11 -0400)
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>
BRMSGateway/dependency.json
ONAP-PDP/pom.xml
ONAP-XACML/pom.xml

index 32f6bc9..13533ad 100644 (file)
         }, {
             "groupId": "com.att.research.xacml",
             "artifactId": "xacml-pdp",
-            "version": "1.0.1"
+            "version": "1.0.2"
         }]
     }
 }
index 0461322..965280d 100644 (file)
@@ -67,7 +67,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 03bc999..5c68413 100644 (file)
@@ -52,7 +52,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.