Summary: few fixes to the pom Only one dependency to the ovm hypervisor is enough
Depend on the right jna package Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2eae9a13 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2eae9a13 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2eae9a13 Branch: refs/heads/ui-multiple-nics Commit: 2eae9a1390ae381a2255fde8c3a9524dffcf8491 Parents: 092d5e4 Author: Hugo Trippaers <[email protected]> Authored: Fri Mar 1 20:52:17 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Fri Mar 1 20:52:17 2013 +0100 ---------------------------------------------------------------------- client/pom.xml | 5 ----- plugins/hypervisors/kvm/pom.xml | 2 +- 2 files changed, 1 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2eae9a13/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 73b9847..e82660b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -86,11 +86,6 @@ <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> <version>${project.version}</version> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2eae9a13/plugins/hypervisors/kvm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml index 7664093..819c4d7 100644 --- a/plugins/hypervisors/kvm/pom.xml +++ b/plugins/hypervisors/kvm/pom.xml @@ -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>
