GitHub user sbridges opened a pull request:
https://github.com/apache/cassandra/pull/15
a second attempt to fix CASSANDRA-5181
The fix to https://issues.apache.org/jira/browse/CASSANDRA-5181 did
not make cassandra-all depend on netty.  The patch added netty to the
dependency-management section of the pom not the dependency section. Â
This fix should add netty to the dependency section of cassandra-all
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sbridges/cassandra patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/15.patch
----
commit d4f2dbd6e7e0cad9c84b236014cff4cc04c9ba9c
Author: sbridges <[email protected]>
Date: 2013-03-26T23:33:23Z
a second attempt to fix CASSANDRA-5181
The fix to https://issues.apache.org/jira/browse/CASSANDRA-5181 did
not make cassandra-all depend on netty.  The patch added netty to the
dependency-management section of the pom not the dependency section. Â
This fix should add netty to the dependency section of cassandra-all
----