Add hamcrest jar dependency in parent-java build

This commit is contained in:
Sasa M
2020-04-30 16:20:39 +02:00
parent d01aeedd85
commit 43e3c3f43d
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>