diff --git a/jackson/pom.xml b/jackson/pom.xml
index 654be183f1..b5ff00ced1 100644
--- a/jackson/pom.xml
+++ b/jackson/pom.xml
@@ -14,8 +14,9 @@
com.google.guava
guava
- 17.0
+ ${guava.version}
+
commons-io
commons-io
@@ -47,7 +48,7 @@
com.google.code.gson
gson
- 2.3
+ 2.3.1
@@ -122,7 +123,7 @@
5.1.34
- 2.4.2
+ 2.4.4
1.7.7
diff --git a/jackson/src/main/webapp/WEB-INF/api-servlet.xml b/jackson/src/main/webapp/WEB-INF/api-servlet.xml
deleted file mode 100644
index 4c74be8912..0000000000
--- a/jackson/src/main/webapp/WEB-INF/api-servlet.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/jackson/src/main/webapp/WEB-INF/web.xml b/jackson/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 48d4b8fe61..0000000000
--- a/jackson/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
- Spring MVC Application
-
-
-
- contextClass
-
- org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
-
-
- contextConfigLocation
- org.baeldung.config
-
-
-
- org.springframework.web.context.ContextLoaderListener
-
-
-
-
- api
- org.springframework.web.servlet.DispatcherServlet
- 1
-
-
- api
- /
-
-
-
-
-
-
-
\ No newline at end of file