diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2020-07-02 12:43:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-02 12:43:03 +0000 |
commit | 8529ee83afe9d356b4d0b8d08304fe3d2f9caf2b (patch) | |
tree | fa0515ca9665c18b287bfd5ad20f09f16036a3fa /pom.xml | |
parent | 99231bc9fdb6feb62b9ba3e50796159ed8743b60 (diff) | |
parent | 60e13ff97a984c30d2740830f676aeb82a57d35f (diff) |
Merge "Updating XACML dependencies to latest version"
Diffstat (limited to 'pom.xml')
-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> |