switch from java.servlet bundle to osgi-servlet bundle to be able to resolve DTDs and XSD for validation (e.g. web.xml)

bug 5153
This commit is contained in:
Georg Herdt
2021-01-17 22:10:27 +01:00
parent 8dbe2ec1fb
commit fbadad0ef7
18 changed files with 20 additions and 20 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="3.1.0",
Require-Bundle: org.eclipse.jetty.osgi-servlet-api;bundle-version="3.1.0",
com.sap.sailing.domain,
com.sap.sailing.domain.common,
com.sap.sailing.server,