Skip to content

Commit a3a90b4

Browse files
committed
JAVA-1153: Added packages to Import-Package so that GSSAPI will work properly when the driver is running as an OSGI module.
1 parent 88b1348 commit a3a90b4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/main/META-INF/MANIFEST.MF

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ Bundle-ManifestVersion: 2
44
Bundle-Name: MongoDB Java Driver
55
Bundle-SymbolicName: org.mongodb.mongo-java-driver
66
Bundle-Version: @VERSION@
7-
Import-Package: javax.management, javax.net, javax.net.ssl
7+
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
814
Export-Package: com.mongodb;version="@VERSION@",
915
com.mongodb.io;version="@VERSION@",
1016
com.mongodb.util;version="@VERSION@",

0 commit comments

Comments
 (0)