adding mockito to the test scope
This commit is contained in:
parent
c6391eaf7e
commit
3b8517e7ca
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue