Excluded Some Dependencies to Fix Nexus Issues 35/39435/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 28 Mar 2018 06:06:29 +0000 (14:06 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 28 Mar 2018 06:06:29 +0000 (14:06 +0800)
Change-Id: I45fb57d91d0ed32fbde92cdb6830d58614d9c309
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
rulemgt/pom.xml

index 4bca475..ba5524c 100644 (file)
             <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>