소스 검색

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

(cherry picked from commit 1272ee153b1a1578abf822b2141d8336d9c5652f)
John Zhuge 8 년 전
부모
커밋
2956c584c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-common-project/hadoop-kms/pom.xml

+ 1 - 1
hadoop-common-project/hadoop-kms/pom.xml

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