Issue Details
Version for google-cloud-spanner-jdbc has been removed.
Working in version 26.85.0 of libraries-bom, but not after.
Upgrading to newer version gives error [ERROR] 'dependencies.dependency.version' for com.google.cloud:google-cloud-spanner-jdbc:jar is missing. from Maven.
BOM version for google-cloud-spanner-jdbc was removed in this commit: 2f3d69a#diff-9f07c279544de19cf61b9c24a2a3fb2780075737bcbcd36286b3a8a2fc4a3467L395-L398
Was fixed earlier in this PR in the old repository: googleapis/java-cloud-bom#7454
Environment
Provide the relevant details about your environment:
- OS Type and Version:
Darwin 25.6.0 Darwin Kernel Version 25.6.0: Sat Jul 11 15:27:27 PDT 2026; root:xnu-12377.161.13~4/RELEASE_ARM64_T6041 arm64
- Java Version and JDK Vendor:
Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b)
Java version: 21.0.8, vendor: BellSoft, runtime: /opt/homebrew/Cellar/sdkman-cli/5.19.0/libexec/candidates/java/21.0.8-librca
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "26.6.1", arch: "aarch64", family: "mac"
Dependencies
libraries-bom: 26.85.0 working, 26.85.1 and newer not working
Reproducer
Steps to reproduce:
- Make
pom.xml with imorted BOM and google-cloud-spanner-jdbc as dependency without version
- Build with new version
- Observe error
Logs and Stack Trace
[ERROR] 'dependencies.dependency.version' for com.google.cloud:google-cloud-spanner-jdbc:jar is missing.
Issue Details
Version for
google-cloud-spanner-jdbchas been removed.Working in version
26.85.0oflibraries-bom, but not after.Upgrading to newer version gives error
[ERROR] 'dependencies.dependency.version' for com.google.cloud:google-cloud-spanner-jdbc:jar is missing.from Maven.BOM version for
google-cloud-spanner-jdbcwas removed in this commit: 2f3d69a#diff-9f07c279544de19cf61b9c24a2a3fb2780075737bcbcd36286b3a8a2fc4a3467L395-L398Was fixed earlier in this PR in the old repository: googleapis/java-cloud-bom#7454
Environment
Provide the relevant details about your environment:
Darwin 25.6.0 Darwin Kernel Version 25.6.0: Sat Jul 11 15:27:27 PDT 2026; root:xnu-12377.161.13~4/RELEASE_ARM64_T6041 arm64Dependencies
libraries-bom:26.85.0working,26.85.1and newer not workingReproducer
Steps to reproduce:
pom.xmlwith imorted BOM andgoogle-cloud-spanner-jdbcas dependency without versionLogs and Stack Trace
[ERROR] 'dependencies.dependency.version' for com.google.cloud:google-cloud-spanner-jdbc:jar is missing.