Netflix / astyanax

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

Keep cassandra-all compile-time dependency out of the shaded pom. #645

Closed chapj2001 closed 6 years ago

chapj2001 commented 6 years ago

The recently added module astyanax-cassandra-all-shaded is supposed to hide from the outside world Astyanax's internal use of a few classes from cassandra-all. But the publish process was creating a pom which effectively re-introduced cassandra-all to the classpath of projects which depend on Astyanax. This change eliminates the cassandra-all reference from the pom.