summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 14:06:29 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 14:06:29 +0800
commitadf983c3fa5c0be8fe05d349190b149da1effb2e (patch)
tree4427d57bac83ae864e845262a971dacee4ab1608
parent28ab96682e9ab4dcce99a3e687e1917595c22669 (diff)
Excluded Some Dependencies to Fix Nexus Issues
Change-Id: I45fb57d91d0ed32fbde92cdb6830d58614d9c309 Issue-ID: HOLMES-123 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-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>