From 76794a0cab1f5b2c81d3c8b6292cd3fe0917ae42 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 22:24:24 +0000 Subject: [PATCH] chore: minimize noise from build scripts (#1091) (#3) This should limit the amount of scrolling client devs have to do when debugging a test failure Co-authored-by: Elliotte Rusty Harold Co-authored-by: Neenu Shaji Source-Link: https://github.com/googleapis/synthtool/commit/1c0c698705e668ccb3d68556ae7260f16ce63a6e Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:117d9f1bef3342ea256419068dfaf65e5b2d126534ef0773c25ce71b8474f346 --- google-cloud-gke-connect-gateway/pom.xml | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/google-cloud-gke-connect-gateway/pom.xml b/google-cloud-gke-connect-gateway/pom.xml index 204ff7f..5d02b69 100644 --- a/google-cloud-gke-connect-gateway/pom.xml +++ b/google-cloud-gke-connect-gateway/pom.xml @@ -42,6 +42,10 @@ proto-google-common-protos + + com.google.api.grpc + proto-google-cloud-gke-connect-gateway-v1beta1 + com.google.guava guava diff --git a/pom.xml b/pom.xml index adfaadc..b51676b 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ org.objenesis:objenesis javax.annotation:javax.annotation-api - proto-google-cloud-gke-connect-gateway-v1beta1 + com.google.api.grpc:proto-google-cloud-gke-connect-gateway-v1beta1