summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b6891b9..eac9d14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>