Merge "Upgrade xacml 1.0.2"
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Fri, 2 Nov 2018 17:32:03 +0000 (17:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 2 Nov 2018 17:32:03 +0000 (17:32 +0000)
BRMSGateway/dependency.json
ONAP-PDP/pom.xml
ONAP-XACML/pom.xml

index 6d8c4ff..aa7ac81 100644 (file)
         }, {
             "groupId": "com.att.research.xacml",
             "artifactId": "xacml-pdp",
-            "version": "1.0.1"
+            "version": "1.0.2"
         }]
     }
 }
index 32d26e2..2bd4548 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 4c1da42..0577080 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.