La til avhengighet til hamcrest

This commit is contained in:
Hallvard Trætteberg 2021-08-12 15:26:54 +00:00
parent 3a408f4e6b
commit 8075ed5f4b
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@
<version>4.0.16-alpha</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
</dependencies>