diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -85,7 +85,6 @@ <sl4j-api.version>1.7.25</sl4j-api.version> <hamcrest-lib.version>1.3</hamcrest-lib.version> <annotations.version>12.0</annotations.version> - <xstream.version>1.4.10</xstream.version> </properties> <modules> <module>datarouter-prov</module> @@ -204,6 +203,10 @@ <groupId>org.databene</groupId> <artifactId>contiperf</artifactId> </exclusion> + <exclusion> + <groupId>com.thoughtworks.xstream</groupId> + <artifactId>xstream</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -257,11 +260,6 @@ <artifactId>json</artifactId> <version>${json.version}</version> </dependency> - <dependency> - <groupId>com.thoughtworks.xstream</groupId> - <artifactId>xstream</artifactId> - <version>${xstream.version}</version> - </dependency> </dependencies> </dependencyManagement> <build> |