mirror of https://github.com/apache/cloudstack.git
ovm deprecation (#11196)
Co-authored-by: Daan Hoogland <dahn@apache.org>
This commit is contained in:
parent
a710ff8c6d
commit
666784f4e5
|
|
@ -321,16 +321,6 @@
|
|||
<artifactId>cloud-plugin-hypervisor-ucs</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-ovm</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-ovm3</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-kvm</artifactId>
|
||||
|
|
|
|||
|
|
@ -89,8 +89,6 @@
|
|||
<module>hypervisors/baremetal</module>
|
||||
<module>hypervisors/hyperv</module>
|
||||
<module>hypervisors/kvm</module>
|
||||
<module>hypervisors/ovm3</module>
|
||||
<module>hypervisors/ovm</module>
|
||||
<module>hypervisors/ucs</module>
|
||||
<module>hypervisors/xenserver</module>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue