We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c065a36 commit cdf4d17Copy full SHA for cdf4d17
samples/snippets/pom.xml
@@ -45,6 +45,22 @@
45
<groupId>com.google.cloud</groupId>
46
<artifactId>google-cloud-spanner</artifactId>
47
</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
54
+ <groupId>com.google.api.grpc</groupId>
55
+ <artifactId>proto-google-cloud-spanner-admin-database-v1</artifactId>
56
57
58
59
60
+ <artifactId>grpc-google-cloud-spanner-admin-database-v1</artifactId>
61
62
63
+
64
<!-- [END spanner_install_with_bom] -->
65
66
<dependency>
0 commit comments