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 fac48e3 commit 7aa0a12Copy full SHA for 7aa0a12
driver-core/build.gradle
@@ -72,6 +72,7 @@ afterEvaluate {
72
'org.slf4j.*;resolution:=optional',
73
'jnr.unixsocket.*;resolution:=optional',
74
'com.mongodb.crypt.capi.*;resolution:=optional',
75
+ 'jdk.net.*;resolution:=optional', // Used by SocketStreamHelper & depends on JDK version
76
'*' // import all that is not excluded or modified before
77
].join(',')
78
}
0 commit comments