diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-09 19:20:42 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-09 19:20:48 +0800 |
commit | 3f1f8de8efb9019e613927697acce40f41dc8d16 (patch) | |
tree | f71415edb51221945beabc06652cbca2a0623b51 /pom.xml | |
parent | 1d874cdfb70043429414a1d93710990479907c2c (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.xml | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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> |