Fix sonar percentage show for usecase-ui 05/16405/1
authorshentao <shentao@chinamobile.com>
Thu, 28 Sep 2017 13:19:25 +0000 (21:19 +0800)
committershentao <shentao@chinamobile.com>
Thu, 28 Sep 2017 13:19:33 +0000 (21:19 +0800)
Change-Id: I3f3971a6fc72b46be7fa73f9d2b8b74265fa8412
Issue-Id: USECASEUI-47
Signed-off-by: shentao <shentao@chinamobile.com>
server/pom.xml

index c4ab57a..5532eda 100644 (file)
             <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>