Skip to content

Commit 8f02872

Browse files
committed
xstream to fix releases
1 parent 2fc20bb commit 8f02872

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

plugin-code/pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@
122122
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
123123
<autoReleaseAfterClose>true</autoReleaseAfterClose>
124124
</configuration>
125+
<dependencies>
126+
<dependency>
127+
<groupId>com.thoughtworks.xstream</groupId>
128+
<artifactId>xstream</artifactId>
129+
<version>1.4.15</version>
130+
</dependency>
131+
<!--
132+
Remove after OSSRH-66257, NEXUS-26993 are fixed,
133+
possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
134+
-->
135+
</dependencies>
125136
</plugin>
126137
</plugins>
127138
</build>

0 commit comments

Comments
 (0)