From 5d7b244d12af96209c04ea33d6bbed464688b381 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Mon, 6 Jul 2015 17:00:51 -0500 Subject: [PATCH] HBASE-14027 clean up multiple netty jars. --- hbase-it/pom.xml | 5 ----- pom.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 30bdf13..a4cd17c 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -251,11 +251,6 @@ org.apache.htrace htrace-core - - org.jboss.netty - netty - 3.2.4.Final - diff --git a/pom.xml b/pom.xml index 5da039f..a647b64 100644 --- a/pom.xml +++ b/pom.xml @@ -1978,6 +1978,10 @@ servlet-api + io.netty + netty + + stax stax-api @@ -2000,6 +2004,10 @@ servlet-api + io.netty + netty + + stax stax-api -- 1.7.10.2 (Apple Git-33)