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.
com.oracle.svm.core.annotate
Import-Package
1 parent e2dbb96 commit 8e83b62Copy full SHA for 8e83b62
driver-core/build.gradle
@@ -82,6 +82,7 @@ afterEvaluate {
82
'!sun.misc.*', // Used by DirectBufferDeallocator only for java 8
83
'!sun.nio.ch.*', // Used by DirectBufferDeallocator only for java 8
84
'!javax.annotation.*', // Brought in by com.google.code.findbugs:annotations
85
+ '!com.oracle.svm.core.annotate.*', // this dependency is provided by the GraalVM runtime
86
'io.netty.*;resolution:=optional',
87
'com.amazonaws.*;resolution:=optional',
88
'software.amazon.awssdk.*;resolution:=optional',
0 commit comments