mirror of https://github.com/apache/cloudstack.git
Merge 8071ff35cb into b1f870ae83
This commit is contained in:
commit
d05608df19
|
|
@ -316,11 +316,6 @@
|
|||
<artifactId>cloud-plugin-hypervisor-baremetal</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-hypervisor-kvm</artifactId>
|
||||
|
|
@ -332,11 +327,6 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-hyperv</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-external</artifactId>
|
||||
|
|
|
|||
|
|
@ -88,9 +88,7 @@
|
|||
|
||||
<module>hypervisors/baremetal</module>
|
||||
<module>hypervisors/external</module>
|
||||
<module>hypervisors/hyperv</module>
|
||||
<module>hypervisors/kvm</module>
|
||||
<module>hypervisors/ucs</module>
|
||||
<module>hypervisors/xenserver</module>
|
||||
|
||||
<module>integrations/cloudian</module>
|
||||
|
|
|
|||
Loading…
Reference in New Issue