From bedca634c92334fcdd41276bfb473650718be8b5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Jun 2015 17:14:13 +0100 Subject: [PATCH] Add hamcrest-library to spring-boot's compile classpath Fixes build break introduced in 31336c2. --- spring-boot/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 1dc613bc28f..2780f4f4757 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -159,6 +159,11 @@ undertow-servlet true + + org.hamcrest + hamcrest-library + true + org.hibernate hibernate-entitymanager