#98 - Remove obsolete Hamcrest dependency.

This commit is contained in:
Oliver Drotbohm
2022-11-16 11:42:49 +01:00
parent b9c729cd96
commit abc74deded

View File

@@ -193,12 +193,6 @@
<dependencies>
<!-- Common test dependencies -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>