Skip to content

Commit 8681337

Browse files
authored
Exclude com.oracle.svm.core.annotate from Import-Package for OSGi (#1518)
JAVA-5632
1 parent 5ebeec8 commit 8681337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver-core/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ afterEvaluate {
8282
'!sun.misc.*', // Used by DirectBufferDeallocator only for java 8
8383
'!sun.nio.ch.*', // Used by DirectBufferDeallocator only for java 8
8484
'!javax.annotation.*', // Brought in by com.google.code.findbugs:annotations
85+
'!com.oracle.svm.core.annotate.*', // this dependency is provided by the GraalVM runtime
8586
'io.netty.*;resolution:=optional',
8687
'com.amazonaws.*;resolution:=optional',
8788
'software.amazon.awssdk.*;resolution:=optional',

0 commit comments

Comments
 (0)