Repository: hbase
Updated Branches:
  refs/heads/master c8fba7071 -> 774974889


HBASE-20177 Fix warning: Class org.apache.hadoop.minikdc.MiniKdc not found in 
hbase-spark

Signed-off-by: tedyu <yuzhih...@gmail.com>


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

Branch: refs/heads/master
Commit: 774974889dc98e2a4104cdc22730d684b3d6a51c
Parents: c8fba70
Author: Artem Ervits <generi...@gmail.com>
Authored: Mon Mar 12 14:01:43 2018 -0400
Committer: tedyu <yuzhih...@gmail.com>
Committed: Mon Mar 12 11:55:29 2018 -0700

----------------------------------------------------------------------
 hbase-spark/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/77497488/hbase-spark/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml
index 08ea0a6..3aeb470 100644
--- a/hbase-spark/pom.xml
+++ b/hbase-spark/pom.xml
@@ -615,6 +615,12 @@
           <type>test-jar</type>
           <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minikdc</artifactId>
+          <version>${hadoop-two.version}</version>
+          <scope>test</scope>
+        </dependency>
       </dependencies>
     </profile>
     <!--
@@ -657,6 +663,12 @@
           <type>test-jar</type>
           <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minikdc</artifactId>
+          <version>${hadoop-three.version}</version>
+          <scope>test</scope>
+        </dependency>
       </dependencies>
     </profile>
   </profiles>

Reply via email to