aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 902ca0f8..ea1283dd 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -259,6 +259,11 @@
<version>2.7</version>
</dependency>
<dependency>
+ <groupId>com.jayway.jsonpath</groupId>
+ <artifactId>json-path</artifactId>
+ <version>2.2.0</version>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.2.v20170220</version>