[
https://issues.apache.org/jira/browse/JCLOUDS-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17706042#comment-17706042
]
None none commented on JCLOUDS-1624:
------------------------------------
Hi I'm trying to use JClouds with Quarkus 2.16.5 with Java 17. When I add the
Jclouds dependency I get the above error. I can make a small reproducer
project. If you like to take a look.
> 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
> Priority: Major
>
> 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)