aboutsummaryrefslogtreecommitdiffstats
path: root/PolicyEngineUtils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PolicyEngineUtils/pom.xml')
-rw-r--r--PolicyEngineUtils/pom.xml22
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>