# HG changeset patch # User ymh # Date 1381958788 -7200 # Node ID a392390de1a76c9e388dde4d9ee410f8efc9fef6 # Parent ecbb104cf3b65395599f8faa6b7c36e55fb74197 upgrade to servlet 3.0 diff -r ecbb104cf3b6 -r a392390de1a7 server/pom.xml --- a/server/pom.xml Wed Oct 16 17:32:51 2013 +0200 +++ b/server/pom.xml Wed Oct 16 23:26:28 2013 +0200 @@ -29,7 +29,7 @@ 2.0 1.2 1 - 3.1.0 + 3.0.1 1.2 1.0.2 1.1.0.CR2 diff -r ecbb104cf3b6 -r a392390de1a7 server/src/main/webapp/WEB-INF/web.xml --- a/server/src/main/webapp/WEB-INF/web.xml Wed Oct 16 17:32:51 2013 +0200 +++ b/server/src/main/webapp/WEB-INF/web.xml Wed Oct 16 23:26:28 2013 +0200 @@ -2,15 +2,15 @@ + xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" + version="3.0"> org.springframework.web.context.ContextLoaderListener org.springframework.web.context.request.RequestContextListener - + contextConfigLocation /WEB-INF/applicationContext.xml @@ -72,10 +72,6 @@ javax.ws.rs.Application org.iri_research.renkan.rest.RestApplication - - com.sun.jersey.api.json.POJOMappingFeature - true - 1