Skip to content

Commit 1cbc00b

Browse files
chore: remove redundant graal-sdk dependency (#3913)
We only make use of org.graalvm.nativeimage for native image configs and the use of graal-sdk is deprecated: https://github.com/oracle/graal/blob/fefc2a03a1e46ce60ce4b03f223d83640fbef0f4/sdk/CHANGELOG.md#version-2310 Co-authored-by: Sakthivel Subramanian <[email protected]>
1 parent 85d074d commit 1cbc00b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

google-cloud-spanner/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,6 @@
355355
<artifactId>grpc-rls</artifactId>
356356
<scope>runtime</scope>
357357
</dependency>
358-
359-
<dependency>
360-
<groupId>org.graalvm.sdk</groupId>
361-
<artifactId>graal-sdk</artifactId>
362-
<version>${graal-sdk.version}</version>
363-
<scope>provided</scope>
364-
</dependency>
365358
<dependency>
366359
<groupId>org.graalvm.sdk</groupId>
367360
<artifactId>nativeimage</artifactId>

0 commit comments

Comments
 (0)