Skip to content

Commit 9fbdcbd

Browse files
committed
Exclude com.oracle.svm.core.annotate from Import-Package for OSGi (mongodb#1518)
JAVA-5632
1 parent e2dbb96 commit 9fbdcbd

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)