Reinstate JsonPath dependency that is no longer pulled in transitively

pull/7306/head
Andy Wilkinson 8 years ago
parent 0cdde3b83c
commit 229691338e

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

Loading…
Cancel
Save