Skip to content

Commit 75331a6

Browse files
authored
docs(sample): removing unnecessary native-image-support dependency (#947)
For GraalVM native image, GAX provides required metadata. We no longer need native-image-support-java module.
1 parent cae03e0 commit 75331a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

samples/native-image-sample/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@
101101
<id>native</id>
102102

103103
<dependencies>
104-
<dependency>
105-
<groupId>com.google.cloud</groupId>
106-
<artifactId>native-image-support</artifactId>
107-
<version>0.13.1</version>
108-
</dependency>
109104
<dependency>
110105
<groupId>org.junit.vintage</groupId>
111106
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)