jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

shaded jar #120

Closed lburgazzoli closed 7 years ago

lburgazzoli commented 8 years ago

Hi @jurmous ,

I've create this branch on my fork to experiment with a shaded addition so that deps like jackson and netty are shaded inside the jar thus it is safe to use in project with complex and maybe old dependencies.

Everything seems to work as expected, can you have a look ?