Merge pull request #39 from pymma/dependabot/maven/drools-framework-base-tools-parent/com.thoughtworks.xstream-xstream-1.4.10-java7

Bump xstream from 1.4.10 to 1.4.10-java7 in /drools-framework-base-tools-parent
This commit is contained in:
Nicolas Héron 2020-06-13 15:54:34 +02:00 committed by GitHub
commit 94cdeff8f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@
<dependency> <dependency>
<groupId>com.thoughtworks.xstream</groupId> <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId> <artifactId>xstream</artifactId>
<version>1.4.10</version> <version>1.4.10-java7</version>
</dependency> </dependency>
<!--dependency> <!--dependency>

View file

@ -53,7 +53,7 @@
<dependency> <dependency>
<groupId>com.thoughtworks.xstream</groupId> <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId> <artifactId>xstream</artifactId>
<version>1.4.10</version> <version>1.4.10-java7</version>
</dependency> </dependency>
<dependency> <dependency>

View file

@ -111,7 +111,7 @@
<dependency> <dependency>
<groupId>com.thoughtworks.xstream</groupId> <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId> <artifactId>xstream</artifactId>
<version>1.4.10</version> <version>1.4.10-java7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>