Browse Source

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

Fixes build break introduced in 31336c2.
pull/3333/head
Andy Wilkinson 11 years ago
parent
commit
bedca634c9
  1. 5
      spring-boot/pom.xml

5
spring-boot/pom.xml

@ -159,6 +159,11 @@ @@ -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>

Loading…
Cancel
Save