Skip to content

Commit 607c9ff

Browse files
committed
#420 - debugging travis ... again.
1 parent 51c7664 commit 607c9ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

util/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<artifactId>assertj-core</artifactId>
2929
<scope>test</scope>
3030
</dependency>
31+
<dependency>
32+
<groupId>org.mockito</groupId>
33+
<artifactId>mockito-core</artifactId>
34+
<version>2.23.0</version>
35+
</dependency>
3136
</dependencies>
3237

3338
</project>

0 commit comments

Comments
 (0)