Deps: Add dependency for vmware-base, axis Signed-off-by: Prasanna Santhanam <[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/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/javelin Commit: 94ab7b2788ac41a8b540876a9b1fb7c7e9148b21 Parents: c181e0e Author: Rohit Yadav <[email protected]> Authored: Fri Sep 14 15:56:17 2012 +0530 Committer: Prasanna Santhanam <[email protected]> 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>
