Skip to content
Snippets Groups Projects
Commit a77f3884 authored by Evan Ward's avatar Evan Ward
Browse files

Add test dependency on Mockito

parent d0a560fa
No related branches found
No related tags found
No related merge requests found
...@@ -292,6 +292,13 @@ ...@@ -292,6 +292,13 @@
<type>jar</type> <type>jar</type>
<optional>false</optional> <optional>false</optional>
</dependency> </dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.0</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment