summaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r--aai-schema-ingest/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml
index d5ea87e3..e3178b67 100644
--- a/aai-schema-ingest/pom.xml
+++ b/aai-schema-ingest/pom.xml
@@ -68,7 +68,16 @@
<version>1.5.1.RELEASE</version>
<scope>test</scope>
</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>junit</groupId>
<artifactId>junit</artifactId>