Browse Source

Revert "Bump com.thoughtworks.xstream:xstream to 1.4.18"

Reason: 1.4.18 causes exceptions during deployment.

This reverts commit 87fc651c50.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_8_RC2
Alexander Kriegisch 2 years ago
parent
commit
b1ef673705
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      pom.xml

+ 2
- 1
pom.xml View File

@@ -432,12 +432,13 @@
<!--
Plugin version 1.6.8 does not work on JDK 16+ without special MAVEN_OPTS opening certain modules,
because the XStream version used needs it. One workaround is to use a more recent XStream version.
Attention: Do *not* upgrade to e.g. 1.4.18, because it causes exceptions during deployment.
TODO: remove plugin dependency after OSSRH-66257, NEXUS-26993 are fixed.
-->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.18</version>
<version>1.4.15</version>
</dependency>
</dependencies>
</plugin>

Loading…
Cancel
Save