Recent pom switcharoo caused the client to lose the dependecy on console-proxy, which it needs to include the systemvm

This commit is contained in:
Hugo Trippaers 2013-05-07 09:58:16 +02:00 committed by Alena Prokharchyk
parent 8103f3c386
commit 1c4c80fe91
1 changed files with 5 additions and 0 deletions

View File

@ -244,6 +244,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>