MongoDB Driver update: added org.mongodb.bson to all bundles that require it; now it's down to actual deprecations and functions removed/replaced

This commit is contained in:
Axel Uhl
2021-08-25 21:53:23 +02:00
parent bc3ff2fd8c
commit 0bd21957a8
33 changed files with 98 additions and 27 deletions
@@ -35,7 +35,10 @@ Require-Bundle: com.sap.sailing.server,
org.apache.shiro.core;bundle-version="1.2.2",
org.eclipse.jetty.osgi-servlet-api;bundle-version="3.1.0",
com.sap.sailing.server.interface,
org.mongodb.mongo-java-driver;bundle-version="3.6.4",
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",
org.mongodb.mongodb-driver-legacy;bundle-version="4.3.1",
com.sap.sse.security.common,
com.sap.sse.mail
Automatic-Module-Name: com.sap.sailing.server.testsupport