Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 8349844

Browse files
committed
fix build
1 parent 75ac207 commit 8349844

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

google-cloud-spanner-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
<artifactId>proto-google-cloud-spanner-admin-database-v1</artifactId>
9292
<version>6.104.0</version><!-- {x-version-update:proto-google-cloud-spanner-admin-database-v1:current} -->
9393
</dependency>
94+
<dependency>
95+
<groupId>com.google.cloud</groupId>
96+
<artifactId>grpc-gcp</artifactId>
97+
<version>1.7.0</version>
98+
</dependency>
9499
</dependencies>
95100
</dependencyManagement>
96101

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@
104104
<version>6.104.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
105105
</dependency>
106106

107+
<dependency>
108+
<groupId>com.google.cloud</groupId>
109+
<artifactId>grpc-gcp</artifactId>
110+
<version>1.7.0</version>
111+
</dependency>
112+
107113
<dependency>
108114
<groupId>com.google.cloud</groupId>
109115
<artifactId>google-cloud-shared-dependencies</artifactId>

0 commit comments

Comments
 (0)