Deps: Added dependency for vmware-base, jaxrpc Signed-off-by: Rohit Yadav <[email protected]> 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/d9f09504 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d9f09504 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d9f09504 Branch: refs/heads/javelin Commit: d9f095042f7fd809feef3db3a4450c6f2b66c68d Parents: 94ab7b2 Author: Rohit Yadav <[email protected]> Authored: Fri Sep 14 16:11:54 2012 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Fri Sep 14 17:11:07 2012 +0530 ---------------------------------------------------------------------- deps/pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d9f09504/deps/pom.xml ---------------------------------------------------------------------- diff --git a/deps/pom.xml b/deps/pom.xml index 5b8c632..1e20083 100644 --- a/deps/pom.xml +++ b/deps/pom.xml @@ -122,7 +122,12 @@ <artifactId>axis</artifactId> <version>${cs.axis.version}</version> </dependency> - </dependencies> + <dependency> + <groupId>org.apache.axis</groupId> + <artifactId>axis-jaxrpc</artifactId> + <version>${cs.axis.version}</version> + </dependency> + </dependencies> <build> <defaultGoal>install</defaultGoal> <plugins>
