Add dependency management for json-path-assert
Closes gh-3361
This commit is contained in:
parent
63e8314eb4
commit
0db7bd37c2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue