Skip to content

Commit 666fbb1

Browse files
committed
deps: override grpc-gcp version to 1.9.0 to fix NoSuchMethodError
1 parent 8e8b3a0 commit 666fbb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</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>
7581
<dependency>
7682
<groupId>io.opencensus</groupId>
7783
<artifactId>opencensus-api</artifactId>

0 commit comments

Comments
 (0)