summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index af798f78..04a0d3a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,9 +91,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.6</version>
-
+
</dependency>
-
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
@@ -401,6 +400,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<artifactId>jackson-core</artifactId>
<version>2.8.10</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.8.11.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>