Skip to content

Commit 2eae9a1

Browse files
committed
Summary: few fixes to the pom
Only one dependency to the ovm hypervisor is enough Depend on the right jna package
1 parent 092d5e4 commit 2eae9a1

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

client/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@
8585
<artifactId>cloud-plugin-hypervisor-xen</artifactId>
8686
<version>${project.version}</version>
8787
</dependency>
88-
<dependency>
89-
<groupId>org.apache.cloudstack</groupId>
90-
<artifactId>cloud-plugin-hypervisor-ovm</artifactId>
91-
<version>${project.version}</version>
92-
</dependency>
9388
<dependency>
9489
<groupId>org.apache.cloudstack</groupId>
9590
<artifactId>cloud-plugin-hypervisor-baremetal</artifactId>

plugins/hypervisors/kvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</dependency>
4646
<dependency>
4747
<groupId>net.java.dev.jna</groupId>
48-
<artifactId>platform</artifactId>
48+
<artifactId>jna</artifactId>
4949
<version>${cs.jna.version}</version>
5050
<scope>runtime</scope>
5151
</dependency>

0 commit comments

Comments
 (0)