diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2020-07-02 12:43:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-02 12:43:26 +0000 |
commit | 11fe26a917bdd6aa54aa40cb21396df824410d83 (patch) | |
tree | ee487609fd3ddd88e5e49d7ca9cf9ba526c60e12 /policy-management | |
parent | ce122b6f177512e5a9c839dba971b82f6a3e40c7 (diff) | |
parent | c50265a894b07cb216a90c4e174b966139642098 (diff) |
Merge "Updating drools pdp dependencies"
Diffstat (limited to 'policy-management')
-rw-r--r-- | policy-management/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 92d8d92b..fb96fd7b 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -4,7 +4,7 @@ ONAP Policy Engine - Drools PDP ================================================================================ Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019 Nordix Foundation. + 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. @@ -222,7 +222,7 @@ <artifactId>gson-javatime-serialisers</artifactId> <version>1.1.1</version> </dependency> - + <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> @@ -231,7 +231,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.1</version> + <version>4.4</version> </dependency> <!-- if we don't explicitly specify the version here, we seem to end up |