Add tests to Data REST sample for search operations

Closes gh-1627
This commit is contained in:
Andy Wilkinson
2014-09-30 10:15:47 +01:00
parent b798d001d7
commit 61e90f5b6e
3 changed files with 45 additions and 0 deletions

View File

@@ -37,6 +37,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>