Add netty to pom dependencies patch by slebresne; reviewed by dbrosius for CASSANDRA-5181
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3c6f87ee Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3c6f87ee Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3c6f87ee Branch: refs/heads/trunk Commit: 3c6f87eed334c56c4103fb883abf2f0c962b422c Parents: ef57456 Author: Sylvain Lebresne <[email protected]> Authored: Mon Mar 4 18:25:45 2013 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Mon Mar 4 18:25:45 2013 +0100 ---------------------------------------------------------------------- CHANGES.txt | 1 + build.xml | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/3c6f87ee/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index c1ae2b9..bd7bf09 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) http://git-wip-us.apache.org/repos/asf/cassandra/blob/3c6f87ee/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 1fd2bf9..1ab9c94 100644 --- a/build.xml +++ b/build.xml @@ -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"/>
