Skip to content

Commit 19ccc5f

Browse files
committed
Added javax.crypto, javax.crypto.spec, and javax.security.auth.callback to OSGi Import-Package header
JAVA-1738
1 parent aea6d9b commit 19ccc5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/META-INF/MANIFEST.MF

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Bundle-Version: @VERSION@
77
Import-Package: javax.management,
88
javax.net,
99
javax.net.ssl,
10+
javax.crypto,
11+
javax.crypto.spec,
1012
javax.security.sasl,
11-
javax.security.auth.login,
12-
javax.security.auth,
13+
javax.security.auth.callback,
1314
org.ietf.jgss
1415
Export-Package: com.mongodb;version="@VERSION@",
1516
com.mongodb.io;version="@VERSION@",

0 commit comments

Comments
 (0)