comeara / pillar

Pillar manages migrations for your Cassandra data stores.
https://github.com/comeara/pillar
MIT License
111 stars 64 forks source link

Update datastax to 2.0.1, fixes wrong dependency in maven central. #4

Closed magro closed 10 years ago

magro commented 10 years ago

The build.gradle depended on the cassandra-driver-core 1.0.0 which broke my application with a ClassNotFoundException: com.datastax.driver.core.Query

A bit weird is that the pom.xml (at http://repo1.maven.org/maven2/com/streamsend/pillar/1.0.2/pillar-1.0.2.pomhttp://repo1.maven.org/maven2/com/streamsend/pillar/1.0.2/pillar-1.0.2.pom) specifies 1.0.2 - no clue where this is coming from.

Can you push a new release to maven central with the new datastax driver?

magro commented 10 years ago

@pvenable Any chance to get this merged / released?