Fix Mockito scope in maven build

This commit is contained in:
Sebastien Deleuze
2018-11-21 19:13:36 +01:00
parent 866369cf3b
commit 180607612b

View File

@@ -86,6 +86,7 @@
<groupId>com.nhaarman</groupId>
<artifactId>mockito-kotlin</artifactId>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>