Skip to content

Commit 1201d82

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 bf2c06b commit 1201d82

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • java-tasks/samples/native-image-sample

java-tasks/samples/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)