Upgrade Snappy library

Patch by tjake; reviewed by thobbs for (CASSANDRA-9063)
This commit is contained in:
T Jake Luciani 2015-05-08 15:15:33 -04:00
parent 21a915cd71
commit a2c05e2e3e
5 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
3.0
* Upgrade Snappy (CASSANDRA-9063)
* Don't start Thrift rpc by default (CASSANDRA-9319)
* Only stream from unrepaired sstables with incremental repair (CASSANDRA-8267)
* Aggregate UDFs allow SFUNC return type to differ from STYPE if FFUNC specified (CASSANDRA-9321)

View File

@ -320,7 +320,7 @@
<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
<scm connection="${scm.connection}" developerConnection="${scm.developerConnection}" url="${scm.url}"/>
<dependencyManagement>
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.0.5.2"/>
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.1.7"/>
<dependency groupId="net.jpountz.lz4" artifactId="lz4" version="1.3.0"/>
<dependency groupId="com.ning" artifactId="compress-lzf" version="0.8.4"/>
<dependency groupId="com.google.guava" artifactId="guava" version="16.0"/>

Binary file not shown.

BIN
lib/snappy-java-1.1.1.7.jar Normal file

Binary file not shown.