summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-02-09 15:53:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-09 15:53:13 +0000
commit75978c1770c5c88be836531e0c9d02514659af24 (patch)
tree34c990f6434f6cb875b8bb2c47e3219454a566c0
parent7f09be3758d5797c22682686bad9281516cfe5a1 (diff)
parentcfe70c8b2be0bc9ac491c59e26c582be7af8276a (diff)
Merge "Upgrading XACML jar"
-rw-r--r--BRMSGateway/dependency.json2
-rw-r--r--ONAP-PDP/pom.xml2
-rw-r--r--ONAP-XACML/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json
index fcdcebdea..a8b331712 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 456217a6b..d302c955d 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 271b7f458..c399e3fa9 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>