summaryrefslogtreecommitdiffstats
path: root/rulemgt/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rulemgt/pom.xml')
-rw-r--r--rulemgt/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 4bca475..ba5524c 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -178,6 +178,18 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-xstream</artifactId>
<version>1.6.5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ </exclusion>
+ </exclusions>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>1.4.10</version>
<scope>test</scope>
</dependency>
<dependency>