Skip to content

Commit

Permalink
docs(sample): removing unnecessary native-image-support dependency (#947
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 cae03e0 commit 75331a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions samples/native-image-sample/pom.xml
Expand Up @@ -101,11 +101,6 @@
<id>native</id>

<dependencies>
<dependency>
<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 75331a6

Please sign in to comment.