Not including the wrapped bundles as dependency='true'
Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/fe921b35 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/fe921b35 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/fe921b35 Branch: refs/heads/JCLOUDS-516-bundle-fix Commit: fe921b3538b03d50660be90c61dd75fe1e174484 Parents: ed0fe78 Author: Andrew Phillips <[email protected]> Authored: Tue Apr 1 15:32:38 2014 +0200 Committer: Andrew Phillips <[email protected]> Committed: Tue Apr 1 23:35:31 2014 +0200 ---------------------------------------------------------------------- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/fe921b35/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 773734a..4dd8cf8 100644 --- a/pom.xml +++ b/pom.xml @@ -462,16 +462,6 @@ limitations under the License. <!-- JSch agentproxy --> <dependency> <groupId>com.jcraft</groupId> - <artifactId>jsch.agentproxy.jsch</artifactId> - <version>${jsch.agentproxy.version}</version> - </dependency> - <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch.agentproxy.sshj</artifactId> - <version>${jsch.agentproxy.version}</version> - </dependency> - <dependency> - <groupId>com.jcraft</groupId> <artifactId>jsch.agentproxy.sshagent</artifactId> <version>${jsch.agentproxy.version}</version> </dependency>
