diff options
author | RossC <ross.carter@est.tech> | 2020-06-30 15:24:08 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-07-01 16:18:57 +0100 |
commit | c0c18de40b2c0e7e337afd2cdb0dc36fa22f67e0 (patch) | |
tree | d71f52b5c10cf9f6f5c91ddf2522e3ce65c27941 | |
parent | c2e0698897c060a91a5212f8f42d8aa2a9b96e65 (diff) |
Updating drools applications dependencies
Issue-ID: POLICY-2387
Change-Id: I1c3ee615f0a72a9e7cec8ccc573e27a0cbe3f02c
Signed-off-by: RossC <ross.carter@est.tech>
-rw-r--r-- | controlloop/common/guard/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index ec3c0e485..944382a75 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -4,6 +4,7 @@ ================================================================================ Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + 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. @@ -39,10 +40,10 @@ <dependency> <groupId>com.att.research.xacml</groupId> <artifactId>xacml-pdp</artifactId> - <version>1.0.2</version> + <version>2.2.0</version> <exclusions> <!-- - Exclude jars with an older version or that are insecure and not needed. + Exclude jars with an older version or that are insecure and not needed. --> <exclusion> <artifactId>commons-codec</artifactId> |