We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc20bb commit 8f02872Copy full SHA for 8f02872
plugin-code/pom.xml
@@ -122,6 +122,17 @@
122
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
123
<autoReleaseAfterClose>true</autoReleaseAfterClose>
124
</configuration>
125
+ <dependencies>
126
+ <dependency>
127
+ <groupId>com.thoughtworks.xstream</groupId>
128
+ <artifactId>xstream</artifactId>
129
+ <version>1.4.15</version>
130
+ </dependency>
131
+ <!--
132
+ Remove after OSSRH-66257, NEXUS-26993 are fixed,
133
+ possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
134
+ -->
135
+ </dependencies>
136
</plugin>
137
</plugins>
138
</build>
0 commit comments