You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/09/14 23:16:46 UTC

[18/51] [abbrv] git commit: Deps: Add dependency for vmware-base, axis

Deps: Add dependency for vmware-base, axis

Signed-off-by: Prasanna Santhanam <ts...@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/94ab7b27
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/94ab7b27
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/94ab7b27

Branch: refs/heads/4.0
Commit: 94ab7b2788ac41a8b540876a9b1fb7c7e9148b21
Parents: c181e0e
Author: Rohit Yadav <ro...@citrix.com>
Authored: Fri Sep 14 15:56:17 2012 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Fri Sep 14 16:03:55 2012 +0530

----------------------------------------------------------------------
 deps/pom.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/94ab7b27/deps/pom.xml
----------------------------------------------------------------------
diff --git a/deps/pom.xml b/deps/pom.xml
index be30c9a..5b8c632 100644
--- a/deps/pom.xml
+++ b/deps/pom.xml
@@ -116,7 +116,13 @@
       <artifactId>axis2-ant-plugin</artifactId>
       <version>1.4.1</version>
     </dependency>
-  </dependencies>
+    <!-- For vmware-base -->
+    <dependency>
+      <groupId>org.apache.axis</groupId>
+      <artifactId>axis</artifactId>
+      <version>${cs.axis.version}</version>
+    </dependency>
+ </dependencies>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>