aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-10-09 19:20:42 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-10-09 19:20:48 +0800
commit3f1f8de8efb9019e613927697acce40f41dc8d16 (patch)
treef71415edb51221945beabc06652cbca2a0623b51 /pom.xml
parent1d874cdfb70043429414a1d93710990479907c2c (diff)
Unit test for MSB JAVA SDK
Issue-Id: MSB-86 Change-Id: I1a3458e5a75121ceb895c1aa832007609762dae5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1d0b2b6..cddc20f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,25 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>1.6.6</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <version>1.6.6</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>