Repository: jclouds
Updated Branches:
  refs/heads/master e18409195 -> ae8b7636d


Cleaning up jsch dependencies

- Moving jsch dep to the driver
- Updating jsch.agentproxy version in conflicting dep list
  Follow-up to b3882cb


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

Branch: refs/heads/master
Commit: 58bd4da7939f68080346fb53ae533954fdba89b1
Parents: e184091
Author: Andrew Phillips <[email protected]>
Authored: Tue Oct 28 10:34:57 2014 -0400
Committer: Andrew Phillips <[email protected]>
Committed: Tue Oct 28 23:15:39 2014 -0400

----------------------------------------------------------------------
 drivers/jsch/pom.xml | 1 +
 project/pom.xml      | 9 ++-------
 2 files changed, 3 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/58bd4da7/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/58bd4da7/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index ab4d2e3..661f2ce 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>
@@ -517,12 +512,12 @@
                 <dependency>
                   <groupId>com.jcraft</groupId>
                   <artifactId>jsch.agentproxy.core</artifactId>
-                  <version>0.0.7</version>
+                  <version>0.0.8</version>
                 </dependency>
                 <dependency>
                   <groupId>com.jcraft</groupId>
                   <artifactId>jsch.agentproxy.connector-factory</artifactId>
-                  <version>0.0.7</version>
+                  <version>0.0.8</version>
                 </dependency>
               </conflictingDependencies>
               <packages>

Reply via email to