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/common/eventmanager | |
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/common/eventmanager')
-rw-r--r-- | controlloop/common/eventmanager/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index 9270cddc7..5cb911ed0 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>com.att.research.xacml</groupId> <artifactId>xacml</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> <scope>provided</scope> <exclusions> <!-- The LDAP PIP uses velocity which pulls this insecure jar in. We |