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 {
6565 instruction ' Import-Package' ,
6666 ' org.bson.*' , // unfortunate that this is necessary, but if it's left out then it's not included
6767 ' javax.crypto.*' ,
68- ' javax.crypto.spec.*' ,
6968 ' javax.management.*' ,
7069 ' javax.naming.*' ,
71- ' javax.naming.directory.*' ,
7270 ' javax.net.*' ,
73- ' javax.net.ssl.*' ,
7471 ' javax.security.sasl.*' ,
7572 ' javax.security.auth.callback.*' ,
7673 ' org.ietf.jgss.*' ,
7774 ' io.netty.*;resolution:=optional' ,
7875 ' org.xerial.snappy.*;resolution:=optional' ,
7976 ' 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 '"""
8280 }
8381}
You can’t perform that action at this time.
0 commit comments