This repository was archived by the owner on Mar 26, 2026. It is now read-only.
v1.17.3
1.17.3 (2020-11-17)
Bug: Dependency Problem
This release unfortunately has a dependency definition problem that can cause java.lang.ClassNotFoundException for a number of gRPC classes. A workaround for this problem is adding the following dependencies manually to your project:
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-admin-database-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-admin-instance-v1</artifactId>
</dependency>