From 9d8b2c308e101ff607953fb4ca6a346eccc85e68 Mon Sep 17 00:00:00 2001 From: eugenp Date: Sat, 13 Dec 2014 22:49:17 +0200 Subject: [PATCH] cleanup in the jackson project --- jackson/pom.xml | 7 ++-- .../src/main/webapp/WEB-INF/api-servlet.xml | 6 --- jackson/src/main/webapp/WEB-INF/web.xml | 42 ------------------- 3 files changed, 4 insertions(+), 51 deletions(-) delete mode 100644 jackson/src/main/webapp/WEB-INF/api-servlet.xml delete mode 100644 jackson/src/main/webapp/WEB-INF/web.xml 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