Updated Branches: refs/heads/master cdbfe261b -> d7227bdf5
Enable vmware build with mvn Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d7227bdf Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d7227bdf Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d7227bdf Branch: refs/heads/master Commit: d7227bdf553530a2a825b7d40fbb07cb463c5e11 Parents: cdbfe26 Author: Chiradeep Vittal <[email protected]> Authored: Fri Oct 26 18:13:00 2012 -0700 Committer: Chiradeep Vittal <[email protected]> Committed: Fri Oct 26 18:13:00 2012 -0700 ---------------------------------------------------------------------- vmware-base/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d7227bdf/vmware-base/pom.xml ---------------------------------------------------------------------- diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml index 9721bbe..e735303 100644 --- a/vmware-base/pom.xml +++ b/vmware-base/pom.xml @@ -59,13 +59,13 @@ <groupId>org.apache.axis</groupId> <artifactId>axis</artifactId> <version>${cs.axis.version}</version> - <scope>runtime</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.axis</groupId> <artifactId>axis-jaxrpc</artifactId> <version>${cs.axis.version}</version> - <scope>runtime</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>wsdl4j</groupId>
