From 6223b09dd0ec56d6072aa4e1c4f06992abf52cc6 Mon Sep 17 00:00:00 2001 From: nkeywal Date: Mon, 12 Nov 2012 13:06:41 +0000 Subject: [PATCH] HBASE-7104 HBase includes multiple versions of netty: 3.5.0; 3.2.4; 3.2.2 git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408274 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ade62daabcc..423c913601d 100644 --- a/pom.xml +++ b/pom.xml @@ -856,7 +856,7 @@ 2.6.3 2.3.1 1.3.1 - 3.5.0.Final + 3.5.9.Final 2.3 1.6 @@ -956,6 +956,17 @@ ${project.version} + + org.apache.hadoop + hadoop-mapreduce-client-app + ${hadoop.version} + + + org.jboss.netty + netty + + + io.netty netty @@ -1025,6 +1036,10 @@ jline jline + + org.jboss.netty + netty +