mirror of https://github.com/apache/cassandra
Upgrade Snappy library
Patch by tjake; reviewed by thobbs for (CASSANDRA-9063)
This commit is contained in:
parent
21a915cd71
commit
a2c05e2e3e
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
Binary file not shown.
Loading…
Reference in New Issue