diff --git a/awsapi/pom.xml b/awsapi/pom.xml index c3c6c6558bd..88c53ceac4e 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -37,6 +37,11 @@ axis2 ${cs.axis2.version} + + org.apache.axis2 + axis2-adb + ${cs.axis2.version} + org.apache.axis2 axis2-webapp diff --git a/core/pom.xml b/core/pom.xml index ac45233d88d..15f0f7b7302 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -31,17 +31,7 @@ cloud-api ${project.version} - - org.apache.cloudstack - xapi - ${cs.xapi.version} - - - junit - junit - - - + commons-httpclient commons-httpclient diff --git a/plugins/hypervisors/ovm/pom.xml b/plugins/hypervisors/ovm/pom.xml index cf52a196584..5700c14d4eb 100644 --- a/plugins/hypervisors/ovm/pom.xml +++ b/plugins/hypervisors/ovm/pom.xml @@ -26,4 +26,11 @@ 4.1.0-SNAPSHOT ../../pom.xml + + + org.apache.cloudstack + xapi + ${cs.xapi.version} + + diff --git a/plugins/hypervisors/xen/pom.xml b/plugins/hypervisors/xen/pom.xml index 8ebe0304042..959c972e080 100644 --- a/plugins/hypervisors/xen/pom.xml +++ b/plugins/hypervisors/xen/pom.xml @@ -32,5 +32,16 @@ cloud-plugin-network-ovs ${project.version} + + org.apache.cloudstack + xapi + ${cs.xapi.version} + + + junit + junit + + +