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 8e8b3a0 commit 666fbb1Copy full SHA for 666fbb1
pom.xml
@@ -72,6 +72,12 @@
72
<type>pom</type>
73
<scope>import</scope>
74
</dependency>
75
+ <!-- Override grpc-gcp version from shared-dependencies BOM to match google-cloud-spanner requirements -->
76
+ <dependency>
77
+ <groupId>com.google.cloud</groupId>
78
+ <artifactId>grpc-gcp</artifactId>
79
+ <version>1.9.0</version>
80
+ </dependency>
81
<dependency>
82
<groupId>io.opencensus</groupId>
83
<artifactId>opencensus-api</artifactId>
0 commit comments