Skip to content

Commit cdf4d17

Browse files
committed
don't merge
1 parent c065a36 commit cdf4d17

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

samples/snippets/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-spanner</artifactId>
4747
</dependency>
48+
<dependency>
49+
<groupId>com.google.cloud</groupId>
50+
<artifactId>google-cloud-spanner</artifactId>
51+
<version>6.23.2-SNAPSHOT</version>
52+
</dependency>
53+
<dependency>
54+
<groupId>com.google.api.grpc</groupId>
55+
<artifactId>proto-google-cloud-spanner-admin-database-v1</artifactId>
56+
<version>6.23.2-SNAPSHOT</version>
57+
</dependency>
58+
<dependency>
59+
<groupId>com.google.api.grpc</groupId>
60+
<artifactId>grpc-google-cloud-spanner-admin-database-v1</artifactId>
61+
<version>6.23.2-SNAPSHOT</version>
62+
</dependency>
63+
4864
<!-- [END spanner_install_with_bom] -->
4965

5066
<dependency>

0 commit comments

Comments
 (0)