Files
sailing-analytics/java/com.sap.sse.mongodb/META-INF/MANIFEST.MF
T
Axel Uhl 370d23b983 mongo42driver: uncompilable interims commit with *-legacy bundle removed from our bundle dependencies;
this produces lots of compilation errors, mostly because of MongoClientURI replaced by ConnectionString
2021-08-26 23:29:35 +02:00

17 lines
592 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mongodb
Bundle-SymbolicName: com.sap.sse.mongodb
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: SAP
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: com.sap.sse.common,
org.mongodb.bson;bundle-version="4.3.1",
org.mongodb.driver-core;bundle-version="4.3.1",
org.mongodb.driver-sync;bundle-version="4.3.1"
Export-Package: com.sap.sse.mongodb
Bundle-ActivationPolicy: lazy
Import-Package: org.osgi.framework;version="1.6.0"
Bundle-Activator: com.sap.sse.mongodb.Activator
Automatic-Module-Name: com.sap.sse.mongodb