mirror of https://github.com/apache/cloudstack.git
Summary: few fixes to the pom
Only one dependency to the ovm hypervisor is enough Depend on the right jna package
This commit is contained in:
parent
092d5e4cd8
commit
2eae9a1390
|
|
@ -85,11 +85,6 @@
|
|||
<artifactId>cloud-plugin-hypervisor-xen</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-baremetal</artifactId>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>platform</artifactId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>${cs.jna.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
|
|
|||
Loading…
Reference in New Issue