diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh
index 827f59bd46d..9c65a311b94 100755
--- a/deps/install-non-oss.sh
+++ b/deps/install-non-oss.sh
@@ -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
diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml
index 9f1939c228f..0354e585ef1 100644
--- a/plugins/hypervisors/vmware/pom.xml
+++ b/plugins/hypervisors/vmware/pom.xml
@@ -49,12 +49,11 @@
vmware-apputils
1.0
compile
-
+
- com.cloud.com.vmware
- vmware-lib-jaxrpc
- 1.0
- runtime
-
+ org.apache.axis
+ axis-jaxrpc
+ ${cs.axis.version}
+
diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml
index e2bba78e44e..32f9d3fb105 100644
--- a/vmware-base/pom.xml
+++ b/vmware-base/pom.xml
@@ -55,12 +55,6 @@
1.0
provided
-
- com.cloud.com.vmware
- vmware-lib-jaxrpc
- 1.0
- runtime
-
org.apache.axis
axis