Updated Branches:
  refs/heads/trunk 1d3ad3047 -> b73555598

add netty.jar as a dependency for all-pom
patch by sbridges reviewed by dbrosius


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e06875ed
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e06875ed
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e06875ed

Branch: refs/heads/trunk
Commit: e06875ed2cd47f7bd77eaae9cc70dee5a3c0371a
Parents: 5b157e4
Author: Dave Brosius <dbros...@apache.org>
Authored: Mon Apr 1 14:53:24 2013 -0400
Committer: Dave Brosius <dbros...@apache.org>
Committed: Mon Apr 1 14:53:24 2013 -0400

----------------------------------------------------------------------
 build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e06875ed/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 1d1bb7c..a57d669 100644
--- a/build.xml
+++ b/build.xml
@@ -482,6 +482,7 @@
         
         <!-- don't need jamm unless running a server in which case it needs to 
be a -javagent to be used anyway -->
         <dependency groupId="com.github.stephenc" artifactId="jamm"/>
+        <dependency groupId="io.netty" artifactId="netty"/>
       </artifact:pom>
       <artifact:pom id="thrift-pom"
                     artifactId="cassandra-thrift"

Reply via email to