Revert "Merge pull request #2851 from OpenRefine/dependabot/maven/packaging/com.thoughtworks.xstream-xstream-1.4.10-java7"

This reverts commit 53152e97a5, reversing
changes made to ce85a96ba6.

xstream update is incompatible with packaging step
This commit is contained in:
Tom Morris 2020-07-13 13:22:38 -04:00
parent 53152e97a5
commit 5c7177ca71

View File

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