Skip to content

Commit

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

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 22af2b4 commit 3a246ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions samples/native-image-sample/pom.xml
Expand Up @@ -111,11 +111,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 3a246ef

Please sign in to comment.