Add hamcrest-library to spring-boot's compile classpath

Fixes build break introduced in 31336c2.
This commit is contained in:
Andy Wilkinson 2015-06-25 17:14:13 +01:00
parent c3d93f70b8
commit bedca634c9
1 changed files with 5 additions and 0 deletions

View File

@ -159,6 +159,11 @@
<artifactId>undertow-servlet</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>