Update hamcrest to 2.2, Junit to 4.13, mockito to 2.28.2

This commit is contained in:
Artem Krosheninnikov
2020-05-04 23:00:28 +03:00
parent 4d2749b697
commit 3fba3f6217
34 changed files with 189 additions and 62 deletions

View File

@ -86,7 +86,11 @@
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>