diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -134,8 +134,9 @@ </exclusion> </exclusions> </dependency> - - <groupId>com.jayway.jsonpath</groupId> + + <dependency> + <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.2.0</version> </dependency> |