From 45eb47839d98a9b3bdb93a6332b0baa1f86e0200 Mon Sep 17 00:00:00 2001 From: Maxime Sinclair Date: Wed, 16 Oct 2013 12:49:12 +0200 Subject: [PATCH] [TASK] JEE 5 upgrade JEE5 Servlet2.5 JSP2.1 JSTL1.2 --- pom.xml | 2 +- src/main/webapp/WEB-INF/web.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 70b68fe..cbe5ef9 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ javax.servlet servlet-api - 2.4 + 2.5 provided diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 832fb9b..0b0e839 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,7 +1,7 @@ - + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> plantuml org.eclipse.jetty.servlet.Default.welcomeServlets