We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092d5e4 commit 2eae9a1Copy full SHA for 2eae9a1
2 files changed
client/pom.xml
@@ -85,11 +85,6 @@
85
<artifactId>cloud-plugin-hypervisor-xen</artifactId>
86
<version>${project.version}</version>
87
</dependency>
88
- <dependency>
89
- <groupId>org.apache.cloudstack</groupId>
90
- <artifactId>cloud-plugin-hypervisor-ovm</artifactId>
91
- <version>${project.version}</version>
92
- </dependency>
93
<dependency>
94
<groupId>org.apache.cloudstack</groupId>
95
<artifactId>cloud-plugin-hypervisor-baremetal</artifactId>
plugins/hypervisors/kvm/pom.xml
@@ -45,7 +45,7 @@
45
46
47
<groupId>net.java.dev.jna</groupId>
48
- <artifactId>platform</artifactId>
+ <artifactId>jna</artifactId>
49
<version>${cs.jna.version}</version>
50
<scope>runtime</scope>
51
0 commit comments