Skip to content

Commit 8884e99

Browse files
committed
Update xsite plugin and its dependency to xstream.
1 parent 5191998 commit 8884e99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,13 @@
859859
<groupId>org.codehaus.xsite</groupId>
860860
<artifactId>xsite-maven-plugin</artifactId>
861861
<version>${version.plugin.codehaus.xsite}</version>
862+
<dependencies>
863+
<dependency>
864+
<groupId>com.thoughtworks.xstream</groupId>
865+
<artifactId>xstream</artifactId>
866+
<version>1.4.11.1</version>
867+
</dependency>
868+
</dependencies>
862869
</plugin>
863870
<plugin>
864871
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)