Moving jsch dep to the driver

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

Branch: refs/heads/dep-cleanup
Commit: a2eb59b5001f150d237959eb59d8868134d9fd84
Parents: 6c22a38
Author: Andrew Phillips <[email protected]>
Authored: Tue Oct 28 10:34:57 2014 -0400
Committer: Andrew Phillips <[email protected]>
Committed: Tue Oct 28 14:52:20 2014 -0400

----------------------------------------------------------------------
 drivers/jsch/pom.xml | 1 +
 project/pom.xml      | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/a2eb59b5/drivers/jsch/pom.xml
----------------------------------------------------------------------
diff --git a/drivers/jsch/pom.xml b/drivers/jsch/pom.xml
index 22b2dbc..6aabe35 100644
--- a/drivers/jsch/pom.xml
+++ b/drivers/jsch/pom.xml
@@ -84,6 +84,7 @@
     <dependency>
       <groupId>com.jcraft</groupId>
       <artifactId>jsch</artifactId>
+      <version>0.1.49</version>
       <scope>compile</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/jclouds/blob/a2eb59b5/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 4be7e0f..bb0614d 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -224,11 +224,6 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>com.jcraft</groupId>
-        <artifactId>jsch</artifactId>
-        <version>0.1.49</version>
-      </dependency>
-      <dependency>
         <groupId>org.clojure</groupId>
         <artifactId>clojure</artifactId>
         <version>${clojure.version}</version>

Reply via email to