Skip to content

Commit 3a246ef

Browse files
authoredApr 28, 2022
docs(sample): removing unnecessary native-image-support dependency (#1373)
For GraalVM native image, GAX provides required metadata. We no longer need native-image-support-java module.
1 parent 22af2b4 commit 3a246ef

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
@@ -111,11 +111,6 @@
111111
<id>native</id>
112112

113113
<dependencies>
114-
<dependency>
115-
<groupId>com.google.cloud</groupId>
116-
<artifactId>native-image-support</artifactId>
117-
<version>0.13.1</version>
118-
</dependency>
119114
<dependency>
120115
<groupId>org.junit.vintage</groupId>
121116
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.