diff options
author | RossC <ross.carter@est.tech> | 2020-06-30 15:57:07 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-07-01 16:07:57 +0100 |
commit | c50265a894b07cb216a90c4e174b966139642098 (patch) | |
tree | ce9094cd4900776efd8c895c04dbb8849350c397 /policy-management | |
parent | ff55b6ca2768b04b69b248ad02f3a2132e12c4d4 (diff) |
Updating drools pdp dependencies
Issue-ID: POLICY-2387
Change-Id: I5fe17c2514aed5c595d4e2a3d95fbb210a6f229b
Signed-off-by: RossC <ross.carter@est.tech>
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 |