mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
Conflicts: build.xml
This commit is contained in:
commit
0b324c5e55
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
Binary file not shown.
Loading…
Reference in New Issue