Update pom.xml

This commit is contained in:
Jan-Willem Gmelig Meyling 2021-06-07 19:42:48 +02:00 committed by GitHub
parent 3ddce819ba
commit bd76ec8efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,12 @@
<version>${hamcrest.veresion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.veresion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>