Upgrade to drools 7.28.0.Final
[policy/engine.git] / PolicyEngineUtils / pom.xml
index 50434b3..97cde29 100644 (file)
@@ -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.
             <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>