From 3a246ef4f0a75e52734df52772d34547632ab85f Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 28 Apr 2022 11:48:30 -0400 Subject: [PATCH] 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. --- samples/native-image-sample/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 0f67aa696..748c4f294 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -111,11 +111,6 @@ native - - com.google.cloud - native-image-support - 0.13.1 - org.junit.vintage junit-vintage-engine