Version 1.1.1 fails to load some transitive dependencies
Bert-R opened this issue · 1 comments
Bert-R commented
Our PR-build to bump io.spring.dependency-management from 1.1.0 to 1.1.1 fails with the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':adminservice:compileJava'.
> Could not resolve all files for configuration ':adminservice:compileClasspath'.
> Could not find com.google.code.findbugs:jsr305:.
Required by:
project :adminservice > project :core > com.google.guava:guava:32.1.1-jre
> Could not find org.checkerframework:checker-qual:.
Required by:
project :adminservice > project :core > com.google.guava:guava:32.1.1-jre
> Could not find com.google.errorprone:error_prone_annotations:.
Required by:
project :adminservice > project :core > com.google.guava:guava:32.1.1-jre
> Could not find com.google.j2objc:j2objc-annotations:.
Required by:
project :adminservice > project :core > com.google.guava:guava:32.1.1-jre
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org/
BUILD FAILED in 28s
It is working fine with 1.1.0 and earlier versions.
wilkinsona commented