[Project] Mockito is only test dependency

This commit is contained in:
Robert von Burg 2016-09-16 11:30:16 +02:00
parent 691722f835
commit 7de48c0d43
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.0.8-beta</version>
<scope>test</scope>
</dependency>
<!-- test -->