aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-10-08 09:33:04 +0200
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-10-08 09:33:04 +0200
commitf53a1b6eff89c7e0a54ccb72c46d35b9219878d9 (patch)
tree3375c7a7b6f04b806c32b82622464f93f15cbc57 /pom.xml
parent4ebacb393999f12ed80baf96c376b09226a46779 (diff)
parent61fc75678c7ff82e0dae1f496dfb7cf28a464f9b (diff)
downloadaspectj-f53a1b6eff89c7e0a54ccb72c46d35b9219878d9.tar.gz
aspectj-f53a1b6eff89c7e0a54ccb72c46d35b9219878d9.zip
Merge branch 'master' into java-17
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 44c29290c..f531073f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,6 +429,18 @@
<!-- Activate in order to directly release to Maven Central after successful staging -->
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
+ <dependencies>
+ <!--
+ 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.
+ TODO: remove plugin dependency after OSSRH-66257, NEXUS-26993 are fixed.
+ -->
+ <dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>1.4.15</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>