Updated Branches: refs/heads/master dae57c1ab -> e0008844d
client: Remove duplicate baremetal dependency, regression from 1f15c1e9 Signed-off-by: Rohit Yadav <[email protected]> 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/master Commit: e0008844df88a64a1edeaba7e6d2003ff871c03c Parents: 200f89d Author: Rohit Yadav <[email protected]> Authored: Fri Feb 22 11:38:54 2013 +0530 Committer: Rohit Yadav <[email protected]> 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>
