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

Commit 19eb04b

Browse files
committed
fix test
1 parent e6704b8 commit 19eb04b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

google-cloud-spanner/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
<dependency>
167167
<groupId>com.google.cloud</groupId>
168168
<artifactId>grpc-gcp</artifactId>
169-
<version>1.8.0</version>
170169
</dependency>
171170
<dependency>
172171
<groupId>io.grpc</groupId>

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.8.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)