We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138a0db commit 98f55e3Copy full SHA for 98f55e3
pom.xml
@@ -104,6 +104,16 @@
104
<maven.compiler.target>1.8</maven.compiler.target>
105
</properties>
106
<dependencies>
107
+ <!--
108
+ TODO:
109
+ Remove after OSSRH-66257, NEXUS-26993 are fixed,
110
+ possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
111
+ -->
112
+ <dependency>
113
+ <groupId>com.thoughtworks.xstream</groupId>
114
+ <artifactId>xstream</artifactId>
115
+ <version>1.4.15</version>
116
+ </dependency>
117
<dependency>
118
<groupId>junit</groupId>
119
<artifactId>junit-dep</artifactId>
@@ -216,4 +226,4 @@
216
226
</plugin>
217
227
</plugins>
218
228
</build>
219
-</project>
229
+</project>
0 commit comments