We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db49771 commit 7b94afeCopy full SHA for 7b94afe
driver-async/build.gradle
@@ -50,6 +50,7 @@ jar {
50
instruction 'Build-Version', project.gitVersion
51
instruction 'Import-Package',
52
'org.bson.*',
53
+ 'com.mongodb.crypt.capi.*;resolution:=optional;',
54
'com.mongodb.*',
55
'io.netty.*;resolution:=optional'
56
}
driver-sync/build.gradle
@@ -53,6 +53,7 @@ jar {
+ 'com.mongodb.crypt.capi.*;resolution:=optional',
57
'com.mongodb.*'
58
59
0 commit comments