You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by jz...@apache.org on 2017/06/29 23:27:19 UTC

hadoop git commit: HADOOP-14024. KMS JMX endpoint throws ClassNotFoundException. Contributed by John Zhuge.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 6917c1916 -> 1272ee153


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1272ee15
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1272ee15
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1272ee15

Branch: refs/heads/branch-2
Commit: 1272ee153b1a1578abf822b2141d8336d9c5652f
Parents: 6917c19
Author: John Zhuge <jz...@apache.org>
Authored: Wed Jun 28 15:26:40 2017 -0700
Committer: John Zhuge <jz...@apache.org>
Committed: Thu Jun 29 15:54:30 2017 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-kms/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1272ee15/hadoop-common-project/hadoop-kms/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-kms/pom.xml b/hadoop-common-project/hadoop-kms/pom.xml
index fe34ebd..ce7a756 100644
--- a/hadoop-common-project/hadoop-kms/pom.xml
+++ b/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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org