QSFT / Doradus

Doradus is a REST service that extends a Cassandra NoSQL database with a graph-based data model, advanced indexing and search features, and a REST API. See also doradus-openshift-quickstart, which allows Doradus to run as an OpenShift cartridge!
Apache License 2.0
204 stars 22 forks source link

Updated POM to pull datastax cassandra driver. #1

Closed seandrucker closed 10 years ago

seandrucker commented 10 years ago

The classes in the com.dell.doradus.service.db.cql package needed the datastax driver to compile. Have no idea if this is the correct driver needed. Also, just noticed that the pom.xml uses TABs instead of spaces.

RandyGuck commented 10 years ago

Thanks Sean. The Ant build was updated for the new datastax driver dependency, but our build guy hadn't gotten around to the Maven build yet. The build.xml file gets version 2.0.2, but I'll update it to use 2.0.3 to match your changes. Question: since I'm a Maven newbie, will the new dependency pull in the secondary jar files that datastax needs (lz4, metrics-core, netty, and snappy)?

seandrucker commented 10 years ago

Correct. Maven will pull the secondary jar files that datastax needs.

On Mon, Jul 7, 2014 at 8:24 AM, Randy Guck notifications@github.com wrote:

Thanks Sean. The Ant build was updated for the new datastax driver dependency, but our build guy hadn't gotten around to the Maven build yet. The build.xml file gets version 2.0.2, but I'll update it to use 2.0.3 to match your changes. Question: since I'm a Maven newbie, will the new dependency pull in the secondary jar files that datastax needs (lz4, metrics-core, netty, and snappy)?

— Reply to this email directly or view it on GitHub https://github.com/dell-oss/Doradus/pull/1#issuecomment-48193339.