HADOOP-14024. KMS JMX endpoint throws ClassNotFoundException. Contributed by John Zhuge.

(cherry picked from commit 1272ee153b)
This commit is contained in:
John Zhuge 2017-06-29 16:27:50 -07:00
parent 7c076f917f
commit 2956c584c3
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<scope>test</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>