Repository: hbase
Updated Branches:
  refs/heads/branch-1 afd3bc856 -> 29e8300a8


HBASE-16682 Fix Shell tests failure. NoClassDefFoundError for Minikdc.

Change-Id: Iaf23c4656a2af7a8b61557612c194ca944cf9c8a


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

Branch: refs/heads/branch-1
Commit: 29e8300a8720f6e500d831590f5eb79677f79d3d
Parents: afd3bc8
Author: Apekshit Sharma <a...@apache.org>
Authored: Wed Oct 5 14:08:21 2016 -0700
Committer: Apekshit Sharma <a...@apache.org>
Committed: Wed Oct 5 14:09:02 2016 -0700

----------------------------------------------------------------------
 hbase-shell/pom.xml        | 10 +++++++++-
 hbase-testing-util/pom.xml |  8 ++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/29e8300a/hbase-shell/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index 1bf067f..ecbdb350 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -251,7 +251,7 @@
     <dependency>
       <groupId>org.apache.htrace</groupId>
       <artifactId>htrace-core</artifactId>
-   </dependency>
+    </dependency>
   </dependencies>
   <profiles>
     <!-- Skip the tests in this module -->
@@ -318,6 +318,10 @@
           <artifactId>hadoop-minicluster</artifactId>
           <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minikdc</artifactId>
+        </dependency>
       </dependencies>
       <build>
         <plugins>
@@ -367,6 +371,10 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-minicluster</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minikdc</artifactId>
+        </dependency>
       </dependencies>
       <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/hbase/blob/29e8300a/hbase-testing-util/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 41b8433..333fb57 100644
--- a/hbase-testing-util/pom.xml
+++ b/hbase-testing-util/pom.xml
@@ -177,6 +177,10 @@
                     <artifactId>hadoop-minicluster</artifactId>
                     <scope>compile</scope>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.hadoop</groupId>
+                    <artifactId>hadoop-minikdc</artifactId>
+                </dependency>
             </dependencies>
         </profile>
         <!--
@@ -205,6 +209,10 @@
                     <artifactId>hadoop-minicluster</artifactId>
                     <scope>compile</scope>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.hadoop</groupId>
+                    <artifactId>hadoop-minikdc</artifactId>
+                </dependency>
             </dependencies>
         </profile>
     </profiles>

Reply via email to