Fixing STRATOS-802
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/81cb3ee4 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/81cb3ee4 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/81cb3ee4 Branch: refs/heads/docker-integration Commit: 81cb3ee4324562e56f5808c49cfa0171fd65600a Parents: 2bc98e5 Author: sajhak <[email protected]> Authored: Mon Sep 15 18:50:20 2014 +0530 Committer: sajhak <[email protected]> Committed: Mon Sep 15 18:50:20 2014 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.cloud.controller.feature/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/81cb3ee4/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml index c620909..125bbd3 100644 --- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml +++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml @@ -207,7 +207,7 @@ </dependency> <dependency> <groupId>com.jcraft</groupId> - <artifactId>jsch.agentproxy.usocket-jna</artifactId> + <artifactId>jsch.agentproxy.usocket-nc</artifactId> <version>0.0.7</version> </dependency> <dependency> @@ -293,7 +293,7 @@ </bundleDef> <bundleDef>com.jcraft:jsch.agentproxy.connector-factory:0.0.7</bundleDef> <bundleDef>com.jcraft:jsch.agentproxy.sshagent:0.0.7</bundleDef> - <bundleDef>com.jcraft:jsch.agentproxy.usocket-jna:0.0.7</bundleDef> + <bundleDef>com.jcraft:jsch.agentproxy.usocket-nc:0.0.7</bundleDef> <bundleDef>com.jcraft:jsch.agentproxy.core:0.0.7</bundleDef> <bundleDef>net.java.dev.jna:jna:4.1.0</bundleDef> <bundleDef>
