From 89c8c4841ed4d22ad7ffb67040e7b9ab4da3fdea Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 14 Oct 2019 12:35:28 +0200 Subject: [PATCH] SGF-888 - 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 dfb0568d..1fd62260 100644 --- a/pom.xml +++ b/pom.xml @@ -186,6 +186,20 @@ test + + org.hamcrest + hamcrest-library + ${hamcrest} + test + + + + org.hamcrest + hamcrest-core + ${hamcrest} + test + + org.assertj assertj-core