Add dependency management for json-path-assert

Closes gh-3361
This commit is contained in:
Andy Wilkinson 2015-07-01 17:35:21 +01:00
parent 63e8314eb4
commit 0db7bd37c2
1 changed files with 5 additions and 0 deletions

View File

@ -569,6 +569,11 @@
<artifactId>json-path</artifactId>
<version>${json-path.version}</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-assert</artifactId>
<version>${json-path.version}</version>
</dependency>
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>