Upgrade to drools 7.28.0.Final 07/97807/2
authorjhh <jorge.hernandez-herrero@att.com>
Thu, 31 Oct 2019 18:52:31 +0000 (13:52 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Thu, 31 Oct 2019 18:58:57 +0000 (13:58 -0500)
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>
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>