diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2020-07-02 12:43:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-02 12:43:43 +0000 |
commit | 8789b2abce5dfeeb448697ae42e945c7860451c4 (patch) | |
tree | cd4420bbc7ecf0ea8da3bb612e3e90e416bc2f45 /controlloop/common | |
parent | 8f6036afef6a2047000888925579cac75c9c87e1 (diff) | |
parent | c0c18de40b2c0e7e337afd2cdb0dc36fa22f67e0 (diff) |
Merge "Updating drools applications dependencies"
Diffstat (limited to 'controlloop/common')
-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> |