Add Mockito to POM.

This commit is contained in:
garbagemule
2015-07-27 22:23:32 +02:00
parent 119d92686a
commit f49fe0e33b
+7
View File
@@ -93,5 +93,12 @@
<artifactId>hamcrest-all</artifactId> <artifactId>hamcrest-all</artifactId>
<version>1.3</version> <version>1.3</version>
</dependency> </dependency>
<!-- Mockito -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
</dependency>
</dependencies> </dependencies>
</project> </project>