Merge "Added Junits for ONAP-PAP-REST"
diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json
index fcdcebd..a8b3317 100644
--- a/BRMSGateway/dependency.json
+++ b/BRMSGateway/dependency.json
@@ -96,7 +96,7 @@
         }, {
             "groupId": "com.att.research.xacml",
             "artifactId": "xacml-pdp",
-            "version": "1.0.0"
+            "version": "1.0.1"
         }]
     }
 }
diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml
index 456217a..d302c95 100644
--- a/ONAP-PDP/pom.xml
+++ b/ONAP-PDP/pom.xml
@@ -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>
diff --git a/ONAP-XACML/pom.xml b/ONAP-XACML/pom.xml
index 271b7f4..c399e3f 100644
--- a/ONAP-XACML/pom.xml
+++ b/ONAP-XACML/pom.xml
@@ -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>