Update java driver

patch by Andy Tolbert; reviewed by tjake for CASSANDRA-11615
This commit is contained in:
T Jake Luciani 2016-05-05 12:42:00 -04:00
parent 86ba227477
commit 06870372d0
4 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
3.0.7
* Refactor Materialized View code (CASSANDRA-11475)
* Update Java Driver (CASSANDRA-11615)
3.0.6
* Disallow creating view with a static column (CASSANDRA-11602)
* Reduce the amount of object allocations caused by the getFunctions methods (CASSANDRA-11593)

View File

@ -401,7 +401,7 @@
<dependency groupId="io.netty" artifactId="netty-all" version="4.0.23.Final" />
<dependency groupId="com.google.code.findbugs" artifactId="jsr305" version="2.0.2" />
<dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2" />
<dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.0.0" classifier="shaded" />
<dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.0.1" classifier="shaded" />
<dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj" version="4.4.2" />
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />