This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 241
Shadow jar as one of the options #128
Comments
I will try and get to this sometime this week. Thanks |
<dependency>
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>0.12.0</version>
<classifier>all</classifier>
</dependency> Fixed |
Thank you 👍 |
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. |
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.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please provide the shadow jar as one of the artifacts available on Bintray. Jackson has a lot of conflicts with other libraries.
The text was updated successfully, but these errors were encountered: