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 e9833b3 commit bcdb1e5Copy full SHA for bcdb1e5
driver-core/build.gradle
@@ -66,6 +66,7 @@ afterEvaluate {
66
jar.manifest.attributes['Import-Package'] = [
67
'!sun.misc.*', // Used by DirectBufferDeallocator only for java 8
68
'!sun.nio.ch.*', // Used by DirectBufferDeallocator only for java 8
69
+ '!javax.annotation.*', // Brought in by com.google.code.findbugs:annotations
70
'io.netty.*;resolution:=optional',
71
'org.xerial.snappy.*;resolution:=optional',
72
'com.github.luben.zstd.*;resolution:=optional',
0 commit comments