We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20241aa commit ea09d64Copy full SHA for ea09d64
driver-core/build.gradle
@@ -83,6 +83,8 @@ afterEvaluate {
83
'!sun.nio.ch.*', // Used by DirectBufferDeallocator only for java 8
84
'!javax.annotation.*', // Brought in by com.google.code.findbugs:annotations
85
'io.netty.*;resolution:=optional',
86
+ 'com.amazonaws.*;resolution:=optional',
87
+ 'software.amazon.awssdk.*;resolution:=optional',
88
'org.xerial.snappy.*;resolution:=optional',
89
'com.github.luben.zstd.*;resolution:=optional',
90
'org.slf4j.*;resolution:=optional',
0 commit comments