None none created JCLOUDS-1624: ---------------------------------- Summary: Google Guice Dependency Broken. Key: JCLOUDS-1624 URL: https://issues.apache.org/jira/browse/JCLOUDS-1624 Project: jclouds Issue Type: Bug Affects Versions: 2.5.0 Reporter: None none Assignee: Andrew Gaul
Hi when including this dependency in my gradle build: implementation 'org.apache.jclouds:jclouds-all:2.5.0' According to this link here: [https://github.com/google/guice/issues/1505] The jar has been removed. And I try to compile, I get: Execution failed for task ':quarkusGenerateCodeTests'. > Could not resolve all files for configuration > ':quarkusTestBaseRuntimeClasspathConfiguration'. > Could not find guice-5.0.1-no_aop.jar (com.google.inject:guice:5.0.1). Searched in the following locations: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.0.1/guice-5.0.1-no_aop.jar Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html -- This message was sent by Atlassian Jira (v8.20.10#820010)