# ignite-573 Fixed Visor cmd build.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c3931a70 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c3931a70 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c3931a70 Branch: refs/heads/ignite-497 Commit: c3931a70656f32dda6a4ec5c3fec35e98aa7c9d0 Parents: 14b29ae Author: anovikov <anovi...@gridgain.com> Authored: Thu Mar 26 11:07:44 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Thu Mar 26 11:07:44 2015 +0700 ---------------------------------------------------------------------- assembly/dependencies-visor-console.xml | 2 ++ modules/visor-console/pom.xml | 6 ++++++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c3931a70/assembly/dependencies-visor-console.xml ---------------------------------------------------------------------- diff --git a/assembly/dependencies-visor-console.xml b/assembly/dependencies-visor-console.xml index c46a33c..eb06f45 100644 --- a/assembly/dependencies-visor-console.xml +++ b/assembly/dependencies-visor-console.xml @@ -51,6 +51,7 @@ <excludes> <exclude>scala-*.jar</exclude> <exclude>spring-*.jar</exclude> + <exclude>jsch-*.jar</exclude> </excludes> </fileSet> @@ -60,6 +61,7 @@ <includes> <include>scala-*.jar</include> <include>spring-*.jar</include> + <include>jsch-*.jar</include> </includes> </fileSet> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c3931a70/modules/visor-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml index a02560e..5ed082b 100644 --- a/modules/visor-console/pom.xml +++ b/modules/visor-console/pom.xml @@ -49,6 +49,12 @@ </dependency> <dependency> + <groupId>com.jcraft</groupId> + <artifactId>jsch</artifactId> + <version>0.1.50</version> + </dependency> + + <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-spring</artifactId> <version>${ignite.version}</version>