mirror of https://github.com/apache/cassandra
Add netty to pom dependencies
patch by slebresne; reviewed by dbrosius for CASSANDRA-5181
This commit is contained in:
parent
ef574569a2
commit
3c6f87eed3
|
|
@ -8,6 +8,7 @@
|
|||
(CASSANDRA-5300)
|
||||
* Fix PropertyFileSnitch default DC/Rack behavior (CASSANDRA-5285)
|
||||
* Handle null values when executing prepared statement (CASSANDRA-5081)
|
||||
* Add netty to pom dependencies (CASSANDRA-5181)
|
||||
Merged from 1.1:
|
||||
* nodetool: ability to repair specific range (CASSANDRA-5280)
|
||||
* Fix possible assertion triggered in SliceFromReadCommand (CASSANDRA-5284)
|
||||
|
|
|
|||
|
|
@ -380,6 +380,7 @@
|
|||
<dependency groupId="com.yammer.metrics" artifactId="metrics-core" version="2.0.3" />
|
||||
<dependency groupId="edu.stanford.ppl" artifactId="snaptree" version="0.1" />
|
||||
<dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
|
||||
<dependency groupId="io.netty" artifactId="netty" version="3.5.9.Final" />
|
||||
</dependencyManagement>
|
||||
<developer id="alakshman" name="Avinash Lakshman"/>
|
||||
<developer id="antelder" name="Anthony Elder"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue