This is an automated email from the ASF dual-hosted git repository.

sureshanaparti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 666784f4e57 ovm deprecation (#11196)
666784f4e57 is described below

commit 666784f4e57fb20566db38c271567974f50c2dd9
Author: dahn <[email protected]>
AuthorDate: Wed Jul 23 10:48:27 2025 +0200

    ovm deprecation (#11196)
    
    Co-authored-by: Daan Hoogland <[email protected]>
---
 client/pom.xml  | 10 ----------
 plugins/pom.xml |  2 --
 2 files changed, 12 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index 2b673d7750e..60bd34cc334 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -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>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index db228881a91..3b84ba072a4 100755
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -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>
 

Reply via email to