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

[20/51] [abbrv] git commit: refs/heads/ui-quick-view-v2 - client: Add baremetal and ucs as dependencies

client: Add baremetal and ucs as dependencies

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/d8120921
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d8120921
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d8120921

Branch: refs/heads/ui-quick-view-v2
Commit: d81209210c565e19beb576be865da6fa421d0935
Parents: 16f5122
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Feb 21 18:13:57 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Thu Feb 21 23:52:05 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8120921/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 71fe413..178ddc6 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -92,6 +92,16 @@
     </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-ucs</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cloudstack</groupId>
       <artifactId>cloud-plugin-hypervisor-kvm</artifactId>
       <version>${project.version}</version>
       <exclusions>