Skip to content

felfert/jclouds-shaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Stand With Ukraine

jclouds-shaded

This project provides a shaded version of apache jclouds where both guava is relocatded from com.google.common to shaded.com.google.common and guice is relocated from com.google.inject to shaded.com.google.inject. This makes it possible to be used in environments where both guava and guice are used with different versions.

The primary use-case for this project is the jclouds-plugin for jenkins. The reason for it being a separate project and not a maven module, is this bug: (https://issues.apache.org/jira/browse/MSHADE-326)

To use this project in your maven project, create the following dependency in your pom.xml:

<dependency>
    <groupId>com.github.felfert</groupId>
    <artifactId>jclouds-shaded</artifactId>
    <version>2.4.0</version>
</dependency>

About

Shaded version of apache jclouds

Resources

Stars

Watchers

Forks

Packages

No packages published