CLOUDSTACK-346: Replace vmware-lib-jaxrpc with axis-jaxrpc

vmware-lib-jaxrpc is now provided by axis-jaxrpc-1.4.jar, the former is
the same as latter (bit by bit) and only difference is the file name.

- Fix dependency in vmware-base's pom.xml
- Fix dependency in hypervisor-plugin-vmware's pom.xml
- Fix install-non-oss.sh by reverting commit:
    2e6ddc6c36.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-10-15 14:28:27 +05:30
parent a4a3194899
commit 9b1b145192
3 changed files with 5 additions and 13 deletions

View File

@ -23,4 +23,3 @@ mvn install:install-file -Dfile=cloud-manageontap.jar -DgroupId=com.cloud.com.
mvn install:install-file -Dfile=vmware-vim.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=vmware-vim25.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=vmware-apputils.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=vmware-lib-jaxrpc.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-lib-jaxrpc -Dversion=1.0 -Dpackaging=jar

View File

@ -49,12 +49,11 @@
<artifactId>vmware-apputils</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<groupId>com.cloud.com.vmware</groupId>
<artifactId>vmware-lib-jaxrpc</artifactId>
<version>1.0</version>
<scope>runtime</scope>
</dependency>
<groupId>org.apache.axis</groupId>
<artifactId>axis-jaxrpc</artifactId>
<version>${cs.axis.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -55,12 +55,6 @@
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.cloud.com.vmware</groupId>
<artifactId>vmware-lib-jaxrpc</artifactId>
<version>1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.axis</groupId>
<artifactId>axis</artifactId>