diff --git a/pom.xml b/pom.xml
index 7f026e3943..b0bf2a51c3 100755
--- a/pom.xml
+++ b/pom.xml
@@ -612,6 +612,16 @@
jackson-databind
${jackson.version}
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${jackson.version}
+
com.github.fge
json-schema-validator