Revert "Bump xstream from 1.4.12 to 1.4.13-java7 (#3169)"

This breaks our packaging workflow, see:
https://github.com/OpenRefine/OpenRefine/runs/1081398250

This reverts commit 8bafc99308.
This commit is contained in:
Antonin Delpeuch 2020-09-07 14:33:48 +02:00
parent 8bafc99308
commit 7ca59a0936

View File

@ -290,7 +290,7 @@
<dependency> <dependency>
<groupId>com.thoughtworks.xstream</groupId> <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId> <artifactId>xstream</artifactId>
<version>1.4.13-java7</version> <version>1.4.12</version>
</dependency> </dependency>
</dependencies> </dependencies>
<executions> <executions>