From 4bd8e4ca70a0ed3f4a0e1d3c20d3c2daee78cf0b Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Wed, 12 Oct 2016 11:33:40 +0000 Subject: [PATCH] Merged 5.2.N-SERVLET-3.0 (5.2.1) to 5.2.N (5.2.1) 130708: REPO-843 / REPO-1246: Upgrade to Servlet 3.0 (part I), 130714: REPO-843 / REPO-1246: Upgrade to Servlet 3.0 (part 1b) - fix web.xml (web-app), 130727: REPO-843 / REPO-1246: Upgrade to Servlet 3.0 (part 1b) - update other web.xml's (other than web-client project), 130844: REPO-843 / REPO-1251: Upgrade to Servlet API 3.0.x (part 2) - update to Spring WebScripts 6.9 (ACE-5584) - update to servlet-api 3.0.1, 130847: REPO-843 / REPO-1251: Upgrade to Servlet API 3.0.x (part 2) - update to Spring WebScripts 6.9 (ACE-5584) - follow-on to commit the correct pom.xml (ie. parent rather than overlay), 130852: REPO-843 / REPO-1251: Upgrade to Servlet API 3.0.x (part 2) - update to Spring WebScripts 6.9 (ACE-5584) - follow-on git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131370 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- pom.xml | 15 +++++++++++---- source/web/WEB-INF/web.xml | 9 ++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index a26f1ac64b..f3bea5e94e 100644 --- a/pom.xml +++ b/pom.xml @@ -267,10 +267,6 @@ org.codehaus.jackson jackson-mapper-asl - - javax.servlet - jstl - org.apache.myfaces.core myfaces-api @@ -460,6 +456,17 @@ netcdf 4.2.20 + + + javax.servlet + jstl + + + javax.servlet + javax.servlet-api + provided + + org.alfresco.surf diff --git a/source/web/WEB-INF/web.xml b/source/web/WEB-INF/web.xml index 320a759feb..bbfa30557b 100644 --- a/source/web/WEB-INF/web.xml +++ b/source/web/WEB-INF/web.xml @@ -1,9 +1,8 @@ - - - + Repository