Merge branch '1.1.x'

This commit is contained in:
Andy Wilkinson
2014-09-30 10:30:08 +01:00
4 changed files with 51 additions and 3 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>