adding mockito to the test scope

This commit is contained in:
Guillaume Polaert 2017-05-02 10:24:33 +02:00
parent c6391eaf7e
commit 3b8517e7ca
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
<version>2.8.8</version>
</dependency>
<!-- Logging dependencies -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@ -52,6 +53,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.22</version>
<scope>test</scope>
</dependency>
</dependencies>