summaryrefslogtreecommitdiffstats
path: root/aai-utils
diff options
context:
space:
mode:
Diffstat (limited to 'aai-utils')
-rw-r--r--aai-utils/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml
index 0afd77b9..691569b0 100644
--- a/aai-utils/pom.xml
+++ b/aai-utils/pom.xml
@@ -73,7 +73,16 @@
<artifactId>spring-core</artifactId>
<version>4.3.10.RELEASE</version>
</dependency>
-
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.8.11</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.8.11</version>
+ </dependency>
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>