Consistently using servlet API 3.1. There was an export of javax.servlet

in the GWT bundles that had version 2.x but was 3.x. The GWT bundles do
not export servlet API anymore, so everything can consistently be on
servlet version 3.1 that is provided by our jetty server.
This commit is contained in:
Steffen Schaefer
2016-11-21 13:48:23 +01:00
parent fd6c73dd9e
commit 0d89902f6f
4 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@ Bundle-SymbolicName: com.sap.sailing.server.gateway.test.support
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: SAP
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: javax.servlet;bundle-version="2.6.0",
Require-Bundle: javax.servlet;bundle-version="3.1.0",
com.sap.sailing.domain;bundle-version="1.0.0",
com.sap.sailing.domain.common;bundle-version="1.0.0",
com.sap.sailing.server;bundle-version="1.0.0",