From 7fe5184bc8326b2f5ab19c00ecae850b096a94f4 Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Mon, 29 Jun 2015 09:01:08 +0200 Subject: [PATCH] Servlet 3.0, JSP 2.2 and EL 2.2 are the minimum required to deploy Petclinic --- src/main/webapp/WEB-INF/web.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 2bb1d5f84..bd3ea6d4a 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,9 +1,9 @@ - + http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" + version="3.0" metadata-complete="true"> Spring PetClinic Spring PetClinic sample application