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 wa...@apache.org on 2016/10/25 20:46:01 UTC

hadoop git commit: Revert "HADOOP-13696. change hadoop-common dependency scope of jsch to provided. Contributed by Yuanbo Liu."

Repository: hadoop
Updated Branches:
  refs/heads/trunk de6faae97 -> 86c735bcb


Revert "HADOOP-13696. change hadoop-common dependency scope of jsch to provided. Contributed by Yuanbo Liu."

This reverts commit cef61d505e289f074130cc3981c20f7692437cee.


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

Branch: refs/heads/trunk
Commit: 86c735bcb1f1f243c5649386f502440deae26166
Parents: de6faae
Author: Andrew Wang <wa...@apache.org>
Authored: Tue Oct 25 13:45:52 2016 -0700
Committer: Andrew Wang <wa...@apache.org>
Committed: Tue Oct 25 13:45:52 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/86c735bc/hadoop-common-project/hadoop-common/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 92582ae..54d1cdd 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -235,7 +235,6 @@
     <dependency>
       <groupId>com.jcraft</groupId>
       <artifactId>jsch</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.curator</groupId>


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