From 46be0537bf475cbd181cc0c7b407d8ac431458b0 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Tue, 2 Oct 2012 10:18:18 -0700 Subject: [PATCH] Core should not depend on xapi, only the xen and ovm plugin. Awsapi needs axis2-adb --- awsapi/pom.xml | 5 +++++ core/pom.xml | 12 +----------- plugins/hypervisors/ovm/pom.xml | 7 +++++++ plugins/hypervisors/xen/pom.xml | 11 +++++++++++ 4 files changed, 24 insertions(+), 11 deletions(-) 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 + + +