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