Repository: hbase
Updated Branches:
  refs/heads/branch-1 a6d271201 -> 063247bf3


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/063247bf
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/063247bf
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/063247bf

Branch: refs/heads/branch-1
Commit: 063247bf3b3e1b2890d7e02c1e5426936b66ebba
Parents: a6d2712
Author: Ramkrishna <ramkrishna.s.vasude...@intel.com>
Authored: Tue Jul 15 22:50:21 2014 +0530
Committer: Ramkrishna <ramkrishna.s.vasude...@intel.com>
Committed: Tue Jul 15 22:50:21 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/063247bf/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 20f47c7..26c5b66 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