diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index b2e2c83ef02..30dcb4f6560 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -32,6 +32,7 @@
8.1.19.v20160209
6.19
false
+ 2.9.4
4
false
-Xmx1024m -XX:MaxPermSize=512m -Xms512m
@@ -487,6 +488,16 @@
checkstyle
${checkstyle.version}
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${fasterxml.jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${fasterxml.jackson.version}
+
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index b8ed2955fa8..454f8d40f39 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1446,7 +1446,10 @@
com.fasterxml.jackson.core
jackson-annotations
- 2.8.0
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
net.sf.ehcache
@@ -1539,6 +1542,12 @@
json-schema-validator
0.1.10
test
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+