Skip to content

Commit

Permalink
Exclude com.oracle.svm.core.annotate from Import-Package for OSGi (
Browse files Browse the repository at this point in the history
…#1518) (#1520)

This is a backport of #1518 to 5.2.x.

JAVA-5632
  • Loading branch information
stIncMale authored Oct 1, 2024
1 parent e2dbb96 commit 8e83b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ afterEvaluate {
'!sun.misc.*', // Used by DirectBufferDeallocator only for java 8
'!sun.nio.ch.*', // Used by DirectBufferDeallocator only for java 8
'!javax.annotation.*', // Brought in by com.google.code.findbugs:annotations
'!com.oracle.svm.core.annotate.*', // this dependency is provided by the GraalVM runtime
'io.netty.*;resolution:=optional',
'com.amazonaws.*;resolution:=optional',
'software.amazon.awssdk.*;resolution:=optional',
Expand Down

0 comments on commit 8e83b62

Please sign in to comment.