File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 4646 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
4747 <autoReleaseAfterClose >true</autoReleaseAfterClose >
4848 </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 >
4961 </plugin >
5062 <plugin >
5163 <groupId >org.apache.maven.plugins</groupId >
104116 <maven .compiler.target>1.8</maven .compiler.target>
105117 </properties >
106118 <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 >
117119 <dependency >
118120 <groupId >junit</groupId >
119121 <artifactId >junit-dep</artifactId >
You can’t perform that action at this time.
0 commit comments