Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs(sample): removing unnecessary native-image-support dependency (#681
Browse files Browse the repository at this point in the history
)

For GraalVM native image, GAX provides required metadata. We no longer need native-image-support-java module.
  • Loading branch information
suztomo committed Apr 28, 2022
1 parent c040298 commit d920172
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions samples/native-image-sample/pom.xml
Expand Up @@ -80,12 +80,6 @@
<profile>
<id>native</id>
<dependencies>
<dependency>
<!-- TODO: remove this when it's no longer needed -->
<groupId>com.google.cloud</groupId>
<artifactId>native-image-support</artifactId>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
Expand Down

0 comments on commit d920172

Please sign in to comment.