Skip to content

Commit 5ca9bf7

Browse files
committed
Downgrade Sonatype Nexus plugin and xstream dependency.
Closes #2494
1 parent f4b868f commit 5ca9bf7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,21 @@
209209
<plugin>
210210
<groupId>org.sonatype.plugins</groupId>
211211
<artifactId>nexus-staging-maven-plugin</artifactId>
212-
<version>1.7.0</version>
212+
<version>1.6.8</version>
213213
<extensions>true</extensions>
214214
<configuration>
215215
<serverId>sonatype</serverId>
216216
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
217217
<autoReleaseAfterClose>false</autoReleaseAfterClose>
218218
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
219219
</configuration>
220+
<dependencies>
221+
<dependency>
222+
<groupId>com.thoughtworks.xstream</groupId>
223+
<artifactId>xstream</artifactId>
224+
<version>1.4.15</version>
225+
</dependency>
226+
</dependencies>
220227
</plugin>
221228
</plugins>
222229

0 commit comments

Comments
 (0)