File tree 1 file changed +12
-10
lines changed 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 46
46
<nexusUrl >https://oss.sonatype.org/</nexusUrl >
47
47
<autoReleaseAfterClose >true</autoReleaseAfterClose >
48
48
</configuration >
49
+ <dependencies >
50
+ <!--
51
+ TODO:
52
+ Remove after OSSRH-66257, NEXUS-26993 are fixed,
53
+ possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
54
+ -->
55
+ <dependency >
56
+ <groupId >com.thoughtworks.xstream</groupId >
57
+ <artifactId >xstream</artifactId >
58
+ <version >1.4.15</version >
59
+ </dependency >
60
+ </dependencies >
49
61
</plugin >
50
62
<plugin >
51
63
<groupId >org.apache.maven.plugins</groupId >
104
116
<maven .compiler.target>1.8</maven .compiler.target>
105
117
</properties >
106
118
<dependencies >
107
- <!--
108
- TODO:
109
- Remove after OSSRH-66257, NEXUS-26993 are fixed,
110
- possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
111
- -->
112
- <dependency >
113
- <groupId >com.thoughtworks.xstream</groupId >
114
- <artifactId >xstream</artifactId >
115
- <version >1.4.15</version >
116
- </dependency >
117
119
<dependency >
118
120
<groupId >junit</groupId >
119
121
<artifactId >junit-dep</artifactId >
You can’t perform that action at this time.
0 commit comments