aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-10-11 14:26:16 +0200
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-10-11 14:28:43 +0200
commitb1ef6737054f21c26f273aa88cb0826d0d0d10f6 (patch)
tree8fe71767d3fa251a0773f2e6f88509e91eaf5e69
parent8bdffe89915fbfe7460231dd3f328826b4ee09e4 (diff)
downloadaspectj-b1ef6737054f21c26f273aa88cb0826d0d0d10f6.tar.gz
aspectj-b1ef6737054f21c26f273aa88cb0826d0d0d10f6.zip
Revert "Bump com.thoughtworks.xstream:xstream to 1.4.18"
Reason: 1.4.18 causes exceptions during deployment. This reverts commit 87fc651c50dd13b46c0cd869af2150ffa8b94a5f. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 664a3c7d2..be2a859ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>