You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/04/01 12:21:42 UTC

git commit: Adding agentproxy deps to the POM

Repository: jclouds-karaf
Updated Branches:
  refs/heads/JCLOUDS-516-bundle-fix fbe6eb570 -> 06a3a3bb9


Adding agentproxy deps to the POM


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

Branch: refs/heads/JCLOUDS-516-bundle-fix
Commit: 06a3a3bb951548fa4f00046d0525b81a05e6b460
Parents: fbe6eb5
Author: Andrew Phillips <an...@apache.org>
Authored: Tue Apr 1 12:21:23 2014 +0200
Committer: Andrew Phillips <an...@apache.org>
Committed: Tue Apr 1 12:21:23 2014 +0200

----------------------------------------------------------------------
 feature/src/main/resources/feature.xml |  4 ++--
 pom.xml                                | 15 ++++++++++++++-
 2 files changed, 16 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/06a3a3bb/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index 4790a44..0e99719 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -434,8 +434,8 @@ limitations under the License.
         <feature version='${project.version}'>jclouds-blobstore</feature>
         <feature version='${project.version}'>jclouds-management</feature>
         <bundle dependency='true'>mvn:net.schmizz/sshj/${sshj.version}</bundle>
-        <bundle dependency='true'>mvn:com.jcraft/jsch.agentproxy.core/0.0.7</bundle>
-        <bundle dependency='true'>mvn:com.jcraft/jsch.agentproxy.connector-factory/0.0.7</bundle>
+        <bundle dependency='true'>mvn:com.jcraft/jsch.agentproxy.core/${jsch.agentproxy.version}</bundle>
+        <bundle dependency='true'>mvn:com.jcraft/jsch.agentproxy.connector-factory/${jsch.agentproxy.version}</bundle>
         <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jzlib/${jzlib.bundle.version}</bundle>
         <bundle dependency='true'>mvn:org.bouncycastle/bcpkix-jdk15on/${bcprov.version}</bundle>
         <bundle dependency='true'>mvn:org.bouncycastle/bcprov-jdk15on/${bcprov.version}</bundle>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/06a3a3bb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 984d1bd..bc127d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,6 +200,7 @@ limitations under the License.
     <jersey.bundle.version>1.11_1</jersey.bundle.version>
     <joda.version>2.1</joda.version>
     <jsch.bundle.version>0.1.44_2</jsch.bundle.version>
+    <jsch.agentproxy.version>0.0.7</jsch.agentproxy.version>
     <jsr305.bundle.version>1.3.9_1</jsr305.bundle.version>
     <sericemix.specs.jsr250.version>1.9.0</sericemix.specs.jsr250.version>
     <junit.version>4.8.2</junit.version>
@@ -457,13 +458,25 @@ limitations under the License.
         <artifactId>jzlib</artifactId>
         <version>${jzlib.version}</version>
       </dependency>
+
+      <!-- JSch agentproxy -->
+      <dependency>
+        <groupId>com.jcraft</groupId>
+        <artifactId>jsch.agentproxy.jsch</artifactId>
+        <version>0.0.7</version>
+      </dependency>
+      <dependency>
+        <groupId>com.jcraft</groupId>
+        <artifactId>jsch.agentproxy.connector-factory</artifactId>
+        <version>0.0.7</version>
+      </dependency>
+
       <!-- Logging Dependencies -->
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
         <version>${slf4j.version}</version>
       </dependency>
-
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-simple</artifactId>