mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
17 lines
579 B
Plaintext
17 lines
579 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Selenium Integration Tests
|
|
Bundle-SymbolicName: com.sap.sailing.selenium.test
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: SAP
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.hamcrest;bundle-version="1.1.0",
|
|
org.junit4;bundle-version="4.8.2",
|
|
org.openqa.selenium.osgi;bundle-version="2.40.0",
|
|
com.sap.sse.mongodb;bundle-version="1.0.0",
|
|
org.mongodb.mongo-java-driver;bundle-version="2.13.0",
|
|
com.sap.sailing.domain.common,
|
|
com.sap.sse.common
|
|
Bundle-ClassPath: lib/cglib-nodep-2.2.3.jar,
|
|
.
|