You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/02/22 15:01:11 UTC

[46/58] [abbrv] git commit: refs/heads/qemu-img - client: Remove duplicate baremetal dependency, regression from 1f15c1e9

client: Remove duplicate baremetal dependency, regression from 1f15c1e9

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e0008844
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e0008844
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e0008844

Branch: refs/heads/qemu-img
Commit: e0008844df88a64a1edeaba7e6d2003ff871c03c
Parents: 200f89d
Author: Rohit Yadav <bh...@apache.org>
Authored: Fri Feb 22 11:38:54 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Fri Feb 22 11:38:54 2013 +0530

----------------------------------------------------------------------
 client/pom.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e0008844/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 73866ee..d532a42 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-baremetal</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
        <groupId>org.apache.cloudstack</groupId>
        <artifactId>cloud-plugin-hypervisor-ovm</artifactId>
        <version>${project.version}</version>