SGF-888 - Reintroduce hamcrest dependency.

Related ticket: spring-projects/spring-data-build#907.
This commit is contained in:
Mark Paluch
2019-10-14 12:35:28 +02:00
parent 93d592e5b6
commit 89c8c4841e

14
pom.xml
View File

@@ -186,6 +186,20 @@
<scope>test</scope>
</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>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>