Upgrading XACML jar 91/31091/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 9 Feb 2018 14:50:17 +0000 (09:50 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 9 Feb 2018 14:50:23 +0000 (09:50 -0500)
XACML was released with minor fixes for XML files with comments. Mainly
it contained upgrade to dependencies that had fixed security issues. One
still remains but will not be able to be fixed.

Issue-ID: POLICY-617
Change-Id: Ib143c87156ed6a15cf4f0fe0ecbedb2407ca5b0d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
BRMSGateway/dependency.json
ONAP-PDP/pom.xml
ONAP-XACML/pom.xml

index fcdcebd..a8b3317 100644 (file)
@@ -96,7 +96,7 @@
         }, {
             "groupId": "com.att.research.xacml",
             "artifactId": "xacml-pdp",
-            "version": "1.0.0"
+            "version": "1.0.1"
         }]
     }
 }
index 456217a..d302c95 100644 (file)
@@ -72,7 +72,7 @@
                <dependency>
                        <groupId>com.att.research.xacml</groupId>
                        <artifactId>xacml-pdp</artifactId>
-                       <version>1.0.0</version>
+                       <version>1.0.1</version>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
index 271b7f4..c399e3f 100644 (file)
@@ -82,7 +82,7 @@
                <dependency>
                        <groupId>com.att.research.xacml</groupId>
                        <artifactId>xacml</artifactId>
-                       <version>1.0.0</version>
+                       <version>1.0.1</version>
                </dependency>
        </dependencies>
 </project>