Skip to content

Commit 0e03ef1

Browse files
authored
docs(sample): removing unnecessary native-image-support dependency (#681)
For GraalVM native image, GAX provides required metadata. We no longer need native-image-support-java module.
1 parent 4d48577 commit 0e03ef1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tasks/native-image-sample/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@
8080
<profile>
8181
<id>native</id>
8282
<dependencies>
83-
<dependency>
84-
<!-- TODO: remove this when it's no longer needed -->
85-
<groupId>com.google.cloud</groupId>
86-
<artifactId>native-image-support</artifactId>
87-
<version>0.13.1</version>
88-
</dependency>
8983
<dependency>
9084
<groupId>org.junit.vintage</groupId>
9185
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)