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

Change-Id: Iaf23c4656a2af7a8b61557612c194ca944cf9c8a
This commit is contained in:
Apekshit Sharma 2016-10-05 14:08:21 -07:00
parent afd3bc856e
commit 29e8300a87
2 changed files with 17 additions and 1 deletions

View File

@ -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>

View File

@ -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>