Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add grpc-gcp to dependencyManagement (#389)
Add gRPC-GCP extension library to shared dependencies.

This will be used by the Spanner client first: googleapis/java-spanner#1227
  • Loading branch information
nimf committed Jun 23, 2021
1 parent 7b1d4cf commit 57fd2e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -57,6 +57,7 @@

<grpc.version>1.38.1</grpc.version>
<gax.version>1.65.1</gax.version>
<grpc-gcp.version>1.0.0</grpc-gcp.version>
<guava.version>30.1.1-android</guava.version>
<protobuf.version>3.17.3</protobuf.version>
<google.api-common.version>1.10.4</google.api-common.version>
Expand Down Expand Up @@ -93,6 +94,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>grpc-gcp</artifactId>
<version>${grpc-gcp.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-bom</artifactId>
Expand Down

0 comments on commit 57fd2e6

Please sign in to comment.