Netflix / astyanax

Cassandra Java Client
Apache License 2.0
1.04k stars 357 forks source link

Add wildcard exclusions #618

Open DanielThomas opened 8 years ago

DanielThomas commented 8 years ago

Adding transitive = false to a dependency only affects the project at build time, it's not reflected in the published artifacts. This adds * exclusions to the dependency so undesirable transitive dependencies don't leak to downstream consumers of the library.