diff --git a/pom.xml b/pom.xml
index a9a49e7a5c..9cfecd977a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -645,6 +645,13 @@
UserAgentUtils
1.13
+
+
+ org.apache.cxf
+ apache-cxf
+ 3.1.4
+ zip
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 68fc935167..890859df03 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -178,6 +178,17 @@
/servlet/validateCodeServlet
+
+
+ CXFServlet
+ org.apache.cxf.transport.servlet.CXFServlet
+
+
+
+ CXFServlet
+ /webservice/*
+
+