Reinstate JsonPath dependency that is no longer pulled in transitively

This commit is contained in:
Andy Wilkinson
2016-11-03 21:56:53 +00:00
parent 0cdde3b83c
commit 229691338e

View File

@@ -132,6 +132,11 @@
<artifactId>h2</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>