Merge "Added Junits for ONAP-PAP-REST"
authorPamela Dragosh <pdragosh@research.att.com>
Sat, 10 Feb 2018 15:26:26 +0000 (15:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sat, 10 Feb 2018 15:26:26 +0000 (15:26 +0000)
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>