Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Shadow jar as one of the options #128

Closed
SerCeMan opened this issue May 17, 2016 · 5 comments
Closed

Shadow jar as one of the options #128

SerCeMan opened this issue May 17, 2016 · 5 comments

Comments

@SerCeMan
Copy link

SerCeMan commented May 17, 2016

Please provide the shadow jar as one of the artifacts available on Bintray. Jackson has a lot of conflicts with other libraries.

@rickfast
Copy link
Owner

I will try and get to this sometime this week. Thanks

@rickfast
Copy link
Owner

<dependency>
        <groupId>com.orbitz.consul</groupId>
        <artifactId>consul-client</artifactId>
        <version>0.12.0</version>
        <classifier>all</classifier>
    </dependency>

Fixed

@SerCeMan
Copy link
Author

Thank you 👍

@rickfast rickfast reopened this May 19, 2016
@rickfast
Copy link
Owner

Looks like the shaded JAR with classifier still pulls all the dependencies. I need to make a separate artifact ID. I'll fix this tonight.

@rickfast
Copy link
Owner

Only option is a shaded JAR for now. The old JAR already shaded the HTTP stuff, and so I just added Jackson as well.

Would be a pain in the ass to get two artifacts working right now, and honestly, most people get annoyed with the Jackson dependencies.

    <dependency>
        <groupId>com.orbitz.consul</groupId>
        <artifactId>consul-client</artifactId>
        <version>0.12.0</version>
    </dependency>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants