Skip to content

Commit 98f55e3

Browse files
authored
fix: fix deployment to maven
1 parent 138a0db commit 98f55e3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@
104104
<maven.compiler.target>1.8</maven.compiler.target>
105105
</properties>
106106
<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>
107117
<dependency>
108118
<groupId>junit</groupId>
109119
<artifactId>junit-dep</artifactId>
@@ -216,4 +226,4 @@
216226
</plugin>
217227
</plugins>
218228
</build>
219-
</project>
229+
</project>

0 commit comments

Comments
 (0)