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

Change-Id: I75b5dde104f716f173a5a41d43f7b4c2b8ba1f39
This commit is contained in:
Apekshit Sharma 2016-09-22 02:22:36 -07:00
parent da37fd9cdc
commit 5f7e642fed
2 changed files with 17 additions and 1 deletions

View File

@ -250,7 +250,7 @@
<dependency>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core</artifactId>
</dependency>
</dependency>
</dependencies>
<profiles>
<profile>
@ -352,6 +352,10 @@
<artifactId>hadoop-minicluster</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
@ -401,6 +405,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>