Selaa lähdekoodia

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

(cherry picked from commit 1272ee153b1a1578abf822b2141d8336d9c5652f)
John Zhuge 8 vuotta sitten
vanhempi
commit
2956c584c3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>