Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felfert/jclouds-shaded
Shaded version of apache jclouds
https://github.com/felfert/jclouds-shaded
Last synced: 22 days ago
JSON representation
Shaded version of apache jclouds
- Host: GitHub
- URL: https://github.com/felfert/jclouds-shaded
- Owner: felfert
- Created: 2021-03-19T23:17:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T17:51:59.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:53:09.098Z (2 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://www.travis-ci.com/felfert/jclouds-shaded.svg?branch=main)](https://www.travis-ci.com/felfert/jclouds-shaded)
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
# jclouds-shadedThis 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](https://github.com/jenkinsci/jclouds-plugin)
for [jenkins](https://www.jenkins.io/). 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:
```com.github.felfert
jclouds-shaded
2.4.0```