diff --git a/Model/pom.xml b/Model/pom.xml
index c216d7981..01a23cfca 100644
--- a/Model/pom.xml
+++ b/Model/pom.xml
@@ -91,7 +91,7 @@
javax.servlet
- servlet-api
+ javax.servlet-api
diff --git a/Service/pom.xml b/Service/pom.xml
index adf94e8c9..4a255eced 100644
--- a/Service/pom.xml
+++ b/Service/pom.xml
@@ -72,7 +72,7 @@
javax.servlet
- servlet-api
+ javax.servlet-api
provided
@@ -86,11 +86,6 @@
jersey-media-multipart
-
- org.glassfish.jersey.core
- jersey-server
-
-
commons-io
commons-io
diff --git a/Site/webapp/WEB-INF/web.xml b/Site/webapp/WEB-INF/web.xml
index aa5ab0d6c..3f5280146 100644
--- a/Site/webapp/WEB-INF/web.xml
+++ b/Site/webapp/WEB-INF/web.xml
@@ -1,9 +1,8 @@
-
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd">
GUS_HOME
@@ -16,10 +15,6 @@
/service
-
- se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventorListener
-
-
org.apidb.apicommon.controller.ApplicationInitListener
diff --git a/build.xml b/build.xml
index 6d85c830c..fcffe3690 100644
--- a/build.xml
+++ b/build.xml
@@ -5,7 +5,6 @@
-
@@ -14,7 +13,6 @@