Skip to content

Commit af5f07f

Browse files
Update nexus staging plugin to support java 8
1 parent 6490279 commit af5f07f

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
@@ -113,6 +113,13 @@
113113
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
114114
<autoReleaseAfterClose>false</autoReleaseAfterClose>
115115
</configuration>
116+
<dependencies>
117+
<dependency>
118+
<groupId>com.thoughtworks.xstream</groupId>
119+
<artifactId>xstream</artifactId>
120+
<version>1.4.7</version>
121+
</dependency>
122+
</dependencies>
116123
</plugin>
117124
</plugins>
118125
</build>

0 commit comments

Comments
 (0)