File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 22
22
pomURL = ' https://bsonspec.org'
23
23
}
24
24
25
- jar. manifest. attributes[' Import-Package' ] = ' org.slf4j;resolution:=optional'
25
+ jar. manifest. attributes[' Import-Package' ] = ' org.slf4j.* ;resolution:=optional'
Original file line number Diff line number Diff line change @@ -58,19 +58,17 @@ afterEvaluate {
58
58
jar. manifest. attributes[' Import-Package' ] = [
59
59
' org.bson.*' , // unfortunate that this is necessary, but if it's left out then it's not included
60
60
' javax.crypto.*' ,
61
- ' javax.crypto.spec.*' ,
62
61
' javax.management.*' ,
63
62
' javax.naming.*' ,
64
- ' javax.naming.directory.*' ,
65
63
' javax.net.*' ,
66
- ' javax.net.ssl.*' ,
67
64
' javax.security.sasl.*' ,
68
65
' javax.security.auth.callback.*' ,
69
66
' org.ietf.jgss.*' ,
70
67
' io.netty.*;resolution:=optional' ,
71
68
' org.xerial.snappy.*;resolution:=optional' ,
72
69
' com.github.luben.zstd.*;resolution:=optional' ,
73
- ' org.slf4j;resolution:=optional' ,
74
- ' jnr.unixsocket;resolution:=optional'
70
+ ' org.slf4j.*;resolution:=optional' ,
71
+ ' jnr.unixsocket.*;resolution:=optional' ,
72
+ ' com.mongodb.crypt.capi.*;resolution:=optional'
75
73
]. join(' ,' )
76
74
}
You can’t perform that action at this time.
0 commit comments