Reinstate JsonPath dependency that is no longer pulled in transitively
This commit is contained in:
parent
0cdde3b83c
commit
229691338e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue