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

Commit 673ae80

Browse files
fix: restore jdbc dependency
Reverts erroneous removal of this entry.
1 parent cb7e93c commit 673ae80

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google-cloud-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@
199199
<type>pom</type>
200200
<scope>import</scope>
201201
</dependency>
202+
<dependency>
203+
<groupId>com.google.cloud</groupId>
204+
<artifactId>google-cloud-spanner-jdbc</artifactId>
205+
<version>2.35.5</version>
206+
</dependency>
202207
<dependency>
203208
<groupId>com.google.cloud</groupId>
204209
<artifactId>google-cloud-vertexai-bom</artifactId>

0 commit comments

Comments
 (0)