How to include shaded version in pom
Opened this issue · 0 comments
kouzant commented
Hi and thanks for the great work on this client.
A rather tedious question. How can one use the shaded version in their project's pom file?
<dependency>
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>1.4.1</version>
</dependency>
The dependency above downloads the un-shaded version.