diff options
author | RossC <ross.carter@est.tech> | 2020-06-24 17:03:21 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-07-01 13:35:01 +0100 |
commit | 60e13ff97a984c30d2740830f676aeb82a57d35f (patch) | |
tree | dcced8652b2255144070ecdb7b0d4d23e020ba7c | |
parent | f92147f681bac8292021028d88c913ff977dd594 (diff) |
Updating XACML dependencies to latest version
Issue-ID: POLICY-2387
Change-Id: Ia8b5774b6b43e175c86f35ee1468b18d2a151f92
Signed-off-by: RossC <ross.carter@est.tech>
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,6 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -75,7 +76,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> - <version>1.8.0-beta2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -100,7 +100,6 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20180813</version> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> |