We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b868f commit 5ca9bf7Copy full SHA for 5ca9bf7
pom.xml
@@ -209,14 +209,21 @@
209
<plugin>
210
<groupId>org.sonatype.plugins</groupId>
211
<artifactId>nexus-staging-maven-plugin</artifactId>
212
- <version>1.7.0</version>
+ <version>1.6.8</version>
213
<extensions>true</extensions>
214
<configuration>
215
<serverId>sonatype</serverId>
216
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
217
<autoReleaseAfterClose>false</autoReleaseAfterClose>
218
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
219
</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>
227
</plugin>
228
</plugins>
229
0 commit comments