Use test scope for Mockito (#15)

This commit is contained in:
Kirill Temnenkov 2016-09-28 16:10:54 +03:00 committed by Jochen Schalanda
parent c4bc335bf2
commit e01e6da891

View File

@ -103,6 +103,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.1.0-RC.1</version>
<scope>test</scope>
</dependency>
</dependencies>