Skip to content

Commit

Permalink
Update xsite plugin and its dependency to xstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Aug 22, 2019
1 parent 5191998 commit 8884e99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -859,6 +859,13 @@
<groupId>org.codehaus.xsite</groupId>
<artifactId>xsite-maven-plugin</artifactId>
<version>${version.plugin.codehaus.xsite}</version>
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.11.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit 8884e99

Please sign in to comment.