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 8967495 commit e2e5cb8Copy full SHA for e2e5cb8
1 file changed
pom.xml
@@ -110,6 +110,11 @@
110
<groupId>com.google.cloud</groupId>
111
<artifactId>google-cloud-spanner</artifactId>
112
</dependency>
113
+ <dependency>
114
+ <groupId>com.google.cloud</groupId>
115
+ <artifactId>grpc-gcp</artifactId>
116
+ <version>1.9.0</version>
117
+ </dependency>
118
<!-- TODO: Remove grpc-alts from here once it has been removed as a runtime dependency from java-spanner -->
119
<dependency>
120
<groupId>io.grpc</groupId>
0 commit comments