Add hamcrest-library to spring-boot's compile classpath
Fixes build break introduced in 31336c2
.
This commit is contained in:
parent
c3d93f70b8
commit
bedca634c9
|
@ -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…
Reference in New Issue