Make mockito-core a test dependency

This commit is contained in:
Michael Walker 2018-02-09 11:38:19 +00:00
parent 3c86eb0d52
commit c5e184f7cc

View file

@ -139,6 +139,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk -->
<dependency>