DATAREST-1436 - Reintroduce hamcrest dependency.

Related ticket: spring-projects/spring-data-build#907.
This commit is contained in:
Mark Paluch
2019-10-14 12:34:01 +02:00
parent a376634916
commit 7b94a9d115

14
pom.xml
View File

@@ -126,6 +126,20 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>