diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-02 11:09:14 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-02 11:09:20 -0400 |
commit | 27ee507f93aae7519f2e0b75a0ceeadf00bfd837 (patch) | |
tree | 7e31daa36de9f4990b65d25482cc5f04e624218b /controlloop/templates/template.demo | |
parent | e2b3a9cb5077394fc65b7ec30a140f7f2d2d94e3 (diff) |
Upgrade xacml 1.0.2
This version of xacml only has license changes to the java
source files. This will clear ONAP license issues.
Issue-ID: POLICY-1228
Change-Id: Ieaff4d52c8046fee8357f7ebc907f2643d77322c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'controlloop/templates/template.demo')
-rw-r--r-- | controlloop/templates/template.demo/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index ae2c06f5c..f1feefca7 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -141,7 +141,7 @@ <dependency> <groupId>com.att.research.xacml</groupId> <artifactId>xacml</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> <scope>test</scope> <exclusions> <!-- The LDAP PIP uses velocity which pulls this insecure jar in. We @@ -156,7 +156,7 @@ <dependency> <groupId>com.att.research.xacml</groupId> <artifactId>xacml-pdp</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> <scope>test</scope> </dependency> <dependency> |