From 9912c646f0edf52bc5b740d6f6b5b79e2f2ba172 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 14 Oct 2019 12:36:55 +0200 Subject: [PATCH] DATAGEODE-237 - Reintroduce hamcrest dependency. Related ticket: spring-projects/spring-data-build#907. --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 3d228246..25778abf 100644 --- a/pom.xml +++ b/pom.xml @@ -206,6 +206,20 @@ test + + org.hamcrest + hamcrest-library + ${hamcrest} + test + + + + org.hamcrest + hamcrest-core + ${hamcrest} + test + + org.assertj assertj-core