Skip to content

Commit 8c4fb69

Browse files
committed
fix nexus staging
1 parent f261e07 commit 8c4fb69

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,13 @@
261261
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
262262
<autoReleaseAfterClose>true</autoReleaseAfterClose>
263263
</configuration>
264+
<dependencies>
265+
<dependency>
266+
<groupId>com.thoughtworks.xstream</groupId>
267+
<artifactId>xstream</artifactId>
268+
<version>1.4.15</version>
269+
</dependency>
270+
</dependencies>
264271
</plugin>
265272
<plugin>
266273
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)