File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 209
209
<plugin >
210
210
<groupId >org.sonatype.plugins</groupId >
211
211
<artifactId >nexus-staging-maven-plugin</artifactId >
212
- <version >1.7.0 </version >
212
+ <version >1.6.8 </version >
213
213
<extensions >true</extensions >
214
214
<configuration >
215
215
<serverId >sonatype</serverId >
216
216
<nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
217
217
<autoReleaseAfterClose >false</autoReleaseAfterClose >
218
218
<keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
219
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 >
220
227
</plugin >
221
228
</plugins >
222
229
You can’t perform that action at this time.
0 commit comments