summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-09-28 21:19:25 +0800
committershentao <shentao@chinamobile.com>2017-09-28 21:19:33 +0800
commit01846507c0d3d39496f6d1d61b062a4373010433 (patch)
tree715cc2638170cd93029ea380e0da8db7bedbc20e
parent331c4f9137af5f9b028c1a61e19f16c6a185ccf5 (diff)
Fix sonar percentage show for usecase-ui
Change-Id: I3f3971a6fc72b46be7fa73f9d2b8b74265fa8412 Issue-Id: USECASEUI-47 Signed-off-by: shentao <shentao@chinamobile.com>
-rw-r--r--server/pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index c4ab57a7..5532eda1 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -194,6 +194,41 @@
<artifactId>guava</artifactId>
<version>23.0</version>
</dependency>
+
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <version>1.5.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.9.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>1.5.4</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jmockit</groupId>
+ <artifactId>jmockit</artifactId>
+ <version>1.19</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jmockit</groupId>
+ <artifactId>jmockit-coverage</artifactId>
+ <version>1.19</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>