Recent pom switcharoo caused the client to lose the dependecy on console-proxy, which it needs to include the systemvm
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d6e0452a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d6e0452a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d6e0452a Branch: refs/heads/marvin_refactor Commit: d6e0452af1785a259e52a760c1f5c372a52a7574 Parents: fd3c3b6 Author: Hugo Trippaers <[email protected]> Authored: Tue May 7 09:58:16 2013 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Tue May 7 09:58:16 2013 +0200 ---------------------------------------------------------------------- client/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d6e0452a/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index a7c7009..147959b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -239,6 +239,11 @@ <artifactId>cloud-plugin-host-anti-affinity</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.cloudstack</groupId> + <artifactId>cloud-console-proxy</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal>
