Updated Branches: refs/heads/4.0 da1ce5fd5 -> 828fa3389
Revert "Revert "Revert 75e2a1012fccc01c639c7f41be564ac0e32088fb"" This reverts commit bb7f9ad9774019f4fdb4d72b2e32a36df9c89188. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/828fa338 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/828fa338 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/828fa338 Branch: refs/heads/4.0 Commit: 828fa3389bbe7cd0378c4e55152d671932badca2 Parents: da1ce5f Author: Edison Su <[email protected]> Authored: Tue Oct 9 20:37:30 2012 -0700 Committer: Edison Su <[email protected]> Committed: Tue Oct 9 20:37:51 2012 -0700 ---------------------------------------------------------------------- deps/pom.xml | 11 ++++++++--- pom.xml | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/828fa338/deps/pom.xml ---------------------------------------------------------------------- diff --git a/deps/pom.xml b/deps/pom.xml index 32ac7ee..069da5c 100644 --- a/deps/pom.xml +++ b/deps/pom.xml @@ -118,9 +118,14 @@ </dependency> <!-- For vmware-base --> <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2</artifactId> - <version>${cs.axis2.version}</version> + <groupId>org.apache.axis</groupId> + <artifactId>axis</artifactId> + <version>${cs.axis.version}</version> + </dependency> + <dependency> + <groupId>org.apache.axis</groupId> + <artifactId>axis-jaxrpc</artifactId> + <version>${cs.axis.version}</version> </dependency> </dependencies> <build> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/828fa338/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 88396a2..5e93711 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ <cs.xstream.version>1.3.1</cs.xstream.version> <cs.xmlrpc.version>3.1.3</cs.xmlrpc.version> <cs.mail.version>1.4</cs.mail.version> + <cs.axis.version>1.4</cs.axis.version> <cs.axis2.version>1.5.1</cs.axis2.version> <cs.rampart.version>1.6.2</cs.rampart.version> <cs.axiom.version>1.2.8</cs.axiom.version>
