mirror of https://github.com/apache/cloudstack.git
Fix current blocking issue caused by the missing dependency of UCS plugin in master maven project
This commit is contained in:
parent
a6d7c9af7c
commit
66b47ef6f8
|
|
@ -219,6 +219,11 @@
|
|||
<artifactId>cloud-plugin-hypervisor-simulator</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-ucs</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-storage-volume-default</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue