Upgrade xstream to 1.4.11.1 73/93973/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 20 Aug 2019 14:20:28 +0000 (10:20 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 20 Aug 2019 14:39:24 +0000 (10:39 -0400)
While analyzing drools-pdp, it's mvn clean install works
fine with this fix locally.

Also exists in engine repo, its mvn clean install works
fine with this fix locally.

distribution repo inherits from engine. also mvn clean install
works fine with this fix locally.

Issue-ID: POLICY-2001
Change-Id: I25bd1f5d459f3ad279f1ce57fa0b153af21ece90
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
integration/pom.xml

index cfc9280..1425779 100644 (file)
@@ -74,7 +74,7 @@
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.4.10</version>
+                <version>1.4.11.1</version>
             </dependency>
 
             <!-- Eclipse Persistence API -->