From 57fd2e646e28e37e0b5e4e1b37425d4897a8776f Mon Sep 17 00:00:00 2001 From: Yuri Golobokov Date: Wed, 23 Jun 2021 13:12:39 -0700 Subject: [PATCH] feat: add grpc-gcp to dependencyManagement (#389) Add gRPC-GCP extension library to shared dependencies. This will be used by the Spanner client first: https://github.com/googleapis/java-spanner/pull/1227 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index d91a0918..08efff9e 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ 1.38.1 1.65.1 + 1.0.0 30.1.1-android 3.17.3 1.10.4 @@ -93,6 +94,11 @@ pom import + + com.google.cloud + grpc-gcp + ${grpc-gcp.version} + com.google.guava guava-bom