Skip to content

Commit 619e396

Browse files
remove java.lang.annotation from image heap
1 parent 1b7f38e commit 619e396

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-spanner-jdbc/native-image.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ Args = --initialize-at-build-time==com.google.cloud.spanner.IntegrationTestEnv,\
1212
org.junit.runners.Parameterized,\
1313
org.junit.runner.RunWith,\
1414
org.junit.FixMethodOrder,\
15-
org.junit.experimental.categories.Category,\
16-
java.lang.annotation.Annotation
15+
org.junit.experimental.categories.Category,\

0 commit comments

Comments
 (0)