Updated Branches: refs/heads/cassandra-1.2 3380fa7ba -> 196038b73
Update netty dependency to 3.6.6 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/196038b7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/196038b7 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/196038b7 Branch: refs/heads/cassandra-1.2 Commit: 196038b73e5783a1e282ba73e1d7b87c713f2e85 Parents: 3380fa7 Author: Sylvain Lebresne <[email protected]> Authored: Mon Sep 2 18:00:27 2013 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Mon Sep 2 18:00:27 2013 +0200 ---------------------------------------------------------------------- build.xml | 2 +- lib/netty-3.5.9.Final.jar | Bin 1128961 -> 0 bytes lib/netty-3.6.6.Final.jar | Bin 0 -> 1206119 bytes 3 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/196038b7/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index ff25e16..9e1de8d 100644 --- a/build.xml +++ b/build.xml @@ -386,7 +386,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" /> + <dependency groupId="io.netty" artifactId="netty" version="3.6.6.Final" /> </dependencyManagement> <developer id="alakshman" name="Avinash Lakshman"/> <developer id="antelder" name="Anthony Elder"/> http://git-wip-us.apache.org/repos/asf/cassandra/blob/196038b7/lib/netty-3.5.9.Final.jar ---------------------------------------------------------------------- diff --git a/lib/netty-3.5.9.Final.jar b/lib/netty-3.5.9.Final.jar deleted file mode 100644 index 7f41e0e..0000000 Binary files a/lib/netty-3.5.9.Final.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/cassandra/blob/196038b7/lib/netty-3.6.6.Final.jar ---------------------------------------------------------------------- diff --git a/lib/netty-3.6.6.Final.jar b/lib/netty-3.6.6.Final.jar new file mode 100644 index 0000000..35cb073 Binary files /dev/null and b/lib/netty-3.6.6.Final.jar differ
