File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -65,19 +65,17 @@ jar {
65
65
instruction ' Import-Package' ,
66
66
' org.bson.*' , // unfortunate that this is necessary, but if it's left out then it's not included
67
67
' javax.crypto.*' ,
68
- ' javax.crypto.spec.*' ,
69
68
' javax.management.*' ,
70
69
' javax.naming.*' ,
71
- ' javax.naming.directory.*' ,
72
70
' javax.net.*' ,
73
- ' javax.net.ssl.*' ,
74
71
' javax.security.sasl.*' ,
75
72
' javax.security.auth.callback.*' ,
76
73
' org.ietf.jgss.*' ,
77
74
' io.netty.*;resolution:=optional' ,
78
75
' org.xerial.snappy.*;resolution:=optional' ,
79
76
' com.github.luben.zstd.*;resolution:=optional' ,
80
- ' org.slf4j;resolution:=optional' ,
81
- ' jnr.unixsocket;resolution:=optional'
77
+ ' org.slf4j.*;resolution:=optional' ,
78
+ ' jnr.unixsocket.*;resolution:=optional' ,
79
+ """ com.mongodb.crypt.capi.*;resolution:=optional;version='$mongoCryptVersion '"""
82
80
}
83
81
}
You can’t perform that action at this time.
0 commit comments