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

Commit 57fd2e6

Browse files
authored
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
1 parent 7b1d4cf commit 57fd2e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757

5858
<grpc.version>1.38.1</grpc.version>
5959
<gax.version>1.65.1</gax.version>
60+
<grpc-gcp.version>1.0.0</grpc-gcp.version>
6061
<guava.version>30.1.1-android</guava.version>
6162
<protobuf.version>3.17.3</protobuf.version>
6263
<google.api-common.version>1.10.4</google.api-common.version>
@@ -93,6 +94,11 @@
9394
<type>pom</type>
9495
<scope>import</scope>
9596
</dependency>
97+
<dependency>
98+
<groupId>com.google.cloud</groupId>
99+
<artifactId>grpc-gcp</artifactId>
100+
<version>${grpc-gcp.version}</version>
101+
</dependency>
96102
<dependency>
97103
<groupId>com.google.guava</groupId>
98104
<artifactId>guava-bom</artifactId>

0 commit comments

Comments
 (0)