Skip to content

Commit 823aa70

Browse files
committed
Add mockito
1 parent 28f5881 commit 823aa70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

util/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
<version>4.12</version>
5959
<scope>test</scope>
6060
</dependency>
61+
<dependency>
62+
<groupId>org.mockito</groupId>
63+
<artifactId>mockito-core</artifactId>
64+
<version>2.13.0</version>
65+
<scope>test</scope>
66+
</dependency>
6167
<dependency>
6268
<groupId>com.github.stefanbirkner</groupId>
6369
<artifactId>system-rules</artifactId>

0 commit comments

Comments
 (0)