Skip to content

Commit fd2f9a4

Browse files
committed
code review
1 parent d3f7f80 commit fd2f9a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,13 @@
317317
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
318318
<autoReleaseAfterClose>true</autoReleaseAfterClose>
319319
</configuration>
320+
<dependencies>
321+
<dependency>
322+
<groupId>com.thoughtworks.xstream</groupId>
323+
<artifactId>xstream</artifactId>
324+
<version>1.4.15</version>
325+
</dependency>
326+
</dependencies>
320327
</plugin>
321328
<plugin>
322329
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)