From 2f01596c50677f089ec0c417234dde461616394a Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Wed, 13 Dec 2023 10:14:58 +0100 Subject: [PATCH] Drop unused Hamcrest dependency (#3638) --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 13ad57b59f4..e1b62af9c33 100755 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,6 @@ 5.8.0 3.24.2 4.2.0 - 2.2 1.19.3 4.12.0 5.0.0-alpha.11 @@ -213,12 +212,6 @@ ${mockito.version} test - - org.hamcrest - hamcrest-core - ${hamcrest.version} - test -