We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6490279 commit af5f07fCopy full SHA for af5f07f
pom.xml
@@ -113,6 +113,13 @@
113
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
114
<autoReleaseAfterClose>false</autoReleaseAfterClose>
115
</configuration>
116
+ <dependencies>
117
+ <dependency>
118
+ <groupId>com.thoughtworks.xstream</groupId>
119
+ <artifactId>xstream</artifactId>
120
+ <version>1.4.7</version>
121
+ </dependency>
122
+ </dependencies>
123
</plugin>
124
</plugins>
125
</build>
0 commit comments