]> source.dussan.org Git - aspectj.git/commitdiff
Revert "Bump com.thoughtworks.xstream:xstream to 1.4.18"
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 11 Oct 2021 12:26:16 +0000 (14:26 +0200)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 11 Oct 2021 12:28:43 +0000 (14:28 +0200)
Reason: 1.4.18 causes exceptions during deployment.

This reverts commit 87fc651c50dd13b46c0cd869af2150ffa8b94a5f.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
pom.xml

diff --git a/pom.xml b/pom.xml
index 664a3c7d27744c66d725a899465854a9df87adc3..be2a859baddcff670ae444490554b82f1ec49938 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                <!--
                                                        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>