Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8589DDC2F for ; Sat, 2 Mar 2013 01:01:29 +0000 (UTC) Received: (qmail 65673 invoked by uid 500); 2 Mar 2013 01:01:27 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 65602 invoked by uid 500); 2 Mar 2013 01:01:27 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 65506 invoked by uid 99); 2 Mar 2013 01:01:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Mar 2013 01:01:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 770F73BB94; Sat, 2 Mar 2013 01:01:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [47/50] [abbrv] git commit: refs/heads/vim51_win8 - Summary: few fixes to the pom Message-Id: <20130302010127.770F73BB94@tyr.zones.apache.org> Date: Sat, 2 Mar 2013 01:01:27 +0000 (UTC) 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/vim51_win8 Commit: 2eae9a1390ae381a2255fde8c3a9524dffcf8491 Parents: 092d5e4 Author: Hugo Trippaers Authored: Fri Mar 1 20:52:17 2013 +0100 Committer: Hugo Trippaers 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 @@ ${project.version} - org.apache.cloudstack - cloud-plugin-hypervisor-ovm - ${project.version} - - org.apache.cloudstack cloud-plugin-hypervisor-baremetal ${project.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 @@ net.java.dev.jna - platform + jna ${cs.jna.version} runtime