Repository: hbase
Updated Branches:
  refs/heads/master bb73791da -> fe50c6d36


HBASE-11489 ClassNotFoundException while running IT tests in trunk using
'mvn verify' (Ram)


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

Branch: refs/heads/master
Commit: fe50c6d366092baf2232b8649b63dd714e4064b8
Parents: bb73791
Author: Ramkrishna <ramkrishna.s.vasude...@intel.com>
Authored: Tue Jul 15 22:43:52 2014 +0530
Committer: Ramkrishna <ramkrishna.s.vasude...@intel.com>
Committed: Tue Jul 15 22:48:08 2014 +0530

----------------------------------------------------------------------
 hbase-it/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/fe50c6d3/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 5527ad4..112f4b5 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -195,6 +195,11 @@
       <groupId>org.htrace</groupId>
       <artifactId>htrace-core</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.jboss.netty</groupId>
+      <artifactId>netty</artifactId>
+      <version>3.2.4.Final</version>
+    </dependency>
   </dependencies>
 
   <profiles>

Reply via email to