diff --git a/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml b/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml
new file mode 100644
index 00000000000..ba769821114
--- /dev/null
+++ b/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/spring-boot-starters/spring-boot-starter-json/pom.xml b/spring-boot-starters/spring-boot-starter-json/pom.xml
index 99d1d7c51ea..1129d86bf25 100644
--- a/spring-boot-starters/spring-boot-starter-json/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-json/pom.xml
@@ -22,6 +22,10 @@
com.fasterxml.jackson.core
jackson-databind
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jdk8
+
com.fasterxml.jackson.datatype
jackson-datatype-jsr310