From d90f009688541676002fe539da8396d01d444cfe Mon Sep 17 00:00:00 2001 From: Zhihong Yu Date: Thu, 19 Jul 2012 04:20:20 +0000 Subject: [PATCH] HBASE-6421 [pom] add jettison and fix netty specification (Jesse Yates) git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363216 13f79535-47bb-0310-9956-ffa450edef68 --- hbase-server/pom.xml | 7 ++++++- pom.xml | 12 ++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 850aa03eec3..54aa41b2558 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -301,7 +301,6 @@ io.netty netty - 3.5.0.Final-SNAPSHOT com.yammer.metrics @@ -492,6 +491,12 @@ test + + + org.codehaus.jettison + jettison + test + diff --git a/pom.xml b/pom.xml index 215b986178f..341004a640d 100644 --- a/pom.xml +++ b/pom.xml @@ -826,6 +826,8 @@ 0.0.1-SNAPSHOT 2.6.3 2.3.1 + 1.3.1 + 3.5.0.Final-SNAPSHOT 2.3 1.6 @@ -899,6 +901,16 @@ test + + io.netty + netty + ${netty.version} + + + org.codehaus.jettison + jettison + ${jettison.version} + com.yammer.metrics metrics-core