aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorThreefoot, Jane (jt6620) <jt6620@att.com>2017-07-31 15:49:04 -0400
committerThreefoot, Jane (jt6620) <jt6620@att.com>2017-07-31 15:52:53 -0400
commit9941d0d8597d9d69954819ca9458962aee281b10 (patch)
treec48876e6a16b10920259287fe3ec51436f94b864 /aai-core/pom.xml
parenta9320e7933bc04954264d9f3f34b9cb904b61353 (diff)
[AAI-100 Amsterdam] refactored dbedgerules
Change-Id: I778a56f525cba0ebd39d24d366fc9f0935be71f2 Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
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>