This Maven module contains base classes for writing Spring Data REST integration testcases.
Include the following in the dependencies section of the Maven POM of the Maven module you want to use the classes in:
<dependency>
<groupId>nl.agility.commons</groupId>
<artifactId>commons-repository-test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>