Browse Source

add mockito dependency

zhou-hao 7 years ago
parent
commit
90e87c3db5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -341,6 +341,12 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.10.19</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>