update mockito version in APPC
[appc.git] / appc-config / appc-config-audit / provider / pom.xml
index 32d7d56..0acf8ee 100644 (file)
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>1.10.19</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>