From 7b94a9d115cafcb2b336b10211dd533eff402dc0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 14 Oct 2019 12:34:01 +0200 Subject: [PATCH] DATAREST-1436 - 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 60f3a5172..a65a10135 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,20 @@ true + + org.hamcrest + hamcrest-library + ${hamcrest} + test + + + + org.hamcrest + hamcrest-core + ${hamcrest} + test + +