DATAGEODE-237 - Reintroduce hamcrest dependency.

Related ticket: spring-projects/spring-data-build#907.
This commit is contained in:
Mark Paluch
2019-10-14 12:36:55 +02:00
parent 4a131e1476
commit 9912c646f0

14
pom.xml
View File

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