Update java driver to 2.0.5 (for hadoop)
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/200b8028 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/200b8028 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/200b8028 Branch: refs/heads/cassandra-2.1 Commit: 200b802884041c3d154b61e5f8379837cd929b2e Parents: fd8f5b9 Author: Sylvain Lebresne <sylv...@datastax.com> Authored: Fri Aug 22 16:11:44 2014 +0200 Committer: Sylvain Lebresne <sylv...@datastax.com> Committed: Fri Aug 22 16:11:44 2014 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/200b8028/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 611345d..dd59bd2 100644 --- a/build.xml +++ b/build.xml @@ -387,7 +387,7 @@ <dependency groupId="edu.stanford.ppl" artifactId="snaptree" version="0.1" /> <dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" /> <dependency groupId="io.netty" artifactId="netty" version="3.6.6.Final" /> - <dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="2.0.4" /> + <dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="2.0.5" /> <dependency groupId="net.sf.supercsv" artifactId="super-csv" version="2.1.0" /> </dependencyManagement> <developer id="alakshman" name="Avinash Lakshman"/>