summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 14:05:12 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 14:05:12 +0800
commit4f15554a38e71fb7a95f7172797d3a16880e68ec (patch)
tree73be0d7c56601243a5d2b13264abcb25476ec16e
parent9678054a06837c8b2c9af580ba9c08e504ac1df3 (diff)
Changed the Scope of Some Dependencies
Change-Id: Ide47c21b0163ef531f82ba60f78e7ae37d403bbe Issue-ID: HOLMES-123 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--engine-d/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml
index deac7d2..6bdc6be 100644
--- a/engine-d/pom.xml
+++ b/engine-d/pom.xml
@@ -291,6 +291,7 @@
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.10</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>