We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b1348 commit a3a90b4Copy full SHA for a3a90b4
src/main/META-INF/MANIFEST.MF
@@ -4,7 +4,13 @@ Bundle-ManifestVersion: 2
4
Bundle-Name: MongoDB Java Driver
5
Bundle-SymbolicName: org.mongodb.mongo-java-driver
6
Bundle-Version: @VERSION@
7
-Import-Package: javax.management, javax.net, javax.net.ssl
+Import-Package: javax.management,
8
+ javax.net,
9
+ javax.net.ssl,
10
+ javax.security.sasl,
11
+ javax.security.auth.login,
12
+ javax.security.auth,
13
+ org.ietf.jgss
14
Export-Package: com.mongodb;version="@VERSION@",
15
com.mongodb.io;version="@VERSION@",
16
com.mongodb.util;version="@VERSION@",
0 commit comments