Commit bedca634 authored by Andy Wilkinson's avatar Andy Wilkinson

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

Fixes build break introduced in 31336c2d.
parent c3d93f70
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment