Merge branch 'cassandra-2.1' into trunk

Conflicts:
	build.xml
This commit is contained in:
T Jake Luciani 2015-01-30 12:02:42 -05:00
commit 0b324c5e55
5 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@
2.1.3
* Upgrade libthrift to 0.9.2 (CASSANDRA-8685)
* Don't use the shared ref in sstableloader (CASSANDRA-8704)
* Purge internal prepared statements if related tables or
keyspaces are dropped (CASSANDRA-8693)

View File

@ -342,7 +342,7 @@
<exclusion groupId="org.slf4j" artifactId="slf4j-log4j12"/>
</dependency>
<dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/>
<dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.1">
<dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.2">
<exclusion groupId="commons-logging" artifactId="commons-logging"/>
</dependency>
<dependency groupId="junit" artifactId="junit" version="4.6" />

Binary file not shown.

BIN
lib/libthrift-0.9.2.jar Normal file

Binary file not shown.