mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user