diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-10-31 13:52:31 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-10-31 13:58:57 -0500 |
commit | fdfd5a00ed2805fe6138dbd0a78840c7210e8098 (patch) | |
tree | 6099d5f998960c91e914e73fe5d77ead011d8b84 /PolicyEngineUtils/pom.xml | |
parent | 3948f989c9bb16fe3d5c0e46265ba4f4c7834815 (diff) |
Upgrade to drools 7.28.0.Final
Issue-ID: POLICY-1407
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia934906cb9f5b7a3f8aac59bb204d9426e994e1f
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'PolicyEngineUtils/pom.xml')
-rw-r--r-- | PolicyEngineUtils/pom.xml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 50434b36a..97cde29e8 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -65,32 +65,14 @@ <artifactId>maven-model</artifactId> <version>3.5.3</version> </dependency> - <!-- - CLM security fix - force use of xstream - Remove this if a new version of drools-verifier is upgraded - that upgrades to xstream. - --> - <dependency> - <groupId>com.thoughtworks.xstream</groupId> - <artifactId>xstream</artifactId> - </dependency> <dependency> <groupId>org.drools</groupId> - <artifactId>drools-verifier</artifactId> - <version>6.5.0.Final</version> + <artifactId>drools-verifier-drl</artifactId> <exclusions> <exclusion> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </exclusion> - <exclusion> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> </exclusion> - <exclusion> - <groupId>com.thoughtworks.xstream</groupId> - <artifactId>xstream</artifactId> - </exclusion> </exclusions> </dependency> <dependency> |