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 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
You can’t perform that action at this time.
0 commit comments