mirror of https://github.com/apache/cloudstack.git
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:
parent
8103f3c386
commit
1c4c80fe91
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue