diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/pom.xml b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/pom.xml
index dc36dd374c..09c46731af 100644
--- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/pom.xml
+++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/pom.xml
@@ -111,6 +111,10 @@
xmlschema-core
org.apache.ws.xmlschema
+
+ stax2-api
+ org.codehaus.woodstox
+
@@ -186,6 +190,14 @@
neethi
org.wso2.orbit.org.apache.neethi
+
+ httpcore
+ org.apache.httpcomponents
+
+
+ geronimo-javamail_1.4_spec
+ org.apache.geronimo.specs
+
@@ -197,6 +209,14 @@
asm
org.ow2.asm
+
+ objenesis
+ org.objenesis
+
+
+ guava
+ com.google.guava
+
@@ -221,6 +241,10 @@
org.slf4j
slf4j-api
+
+ guava
+ com.google.guava
+
@@ -228,6 +252,16 @@
com.google.apis
google-api-services-androidenterprise
v1-rev186-1.25.0
+
+
+ guava
+ com.google.guava
+
+
+ jackson-core
+ com.fasterxml.jackson.core
+
+
@@ -261,6 +295,18 @@
wsdl4j
wsdl4j.wso2
+
+ geronimo-stax-api_1.0_spec
+ org.apache.geronimo.specs.wso2
+
+
+ org.wso2.securevault
+ org.wso2.securevault
+
+
+ axis2-client
+ org.apache.axis2.wso2
+
@@ -281,6 +327,32 @@
org.wso2.carbon.devicemgt-plugins
org.wso2.carbon.device.mgt.mobile.android.core
provided
+
+
+ org.wso2.carbon.feature.mgt.core
+ org.wso2.carbon
+
+
+ commons-lang3
+ org.apache.commons
+
+
+ annotations
+ com.google.code.findbugs
+
+
+ stax2-api
+ org.codehaus.woodstox
+
+
+ jaxb-impl
+ com.sun.xml.bind
+
+
+ jackson-datatype-joda
+ com.fasterxml.jackson.datatype
+
+
org.wso2.carbon.devicemgt
@@ -312,6 +384,10 @@
XmlSchema
org.apache.ws.commons.schema.wso2
+
+ axiom-api
+ org.apache.ws.commons.axiom
+
diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.common/pom.xml b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.common/pom.xml
index ef36c1b9d9..fd5301fe15 100644
--- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.common/pom.xml
+++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.common/pom.xml
@@ -95,6 +95,12 @@
com.google.apis
google-api-services-androidenterprise
v1-rev186-1.25.0
+
+
+ commons-logging
+ commons-logging
+
+
io.swagger
@@ -108,10 +114,20 @@
org.wso2.carbon.devicemgt
org.wso2.carbon.device.mgt.common
provided
-
-
- javax.ws.rs
- javax.ws.rs-api
+
+
+ commons-logging
+ commons-logging
+
+
+ objenesis
+ org.objenesis
+
+
+ guava
+ com.google.guava
+
+
org.codehaus.jackson
@@ -120,6 +136,32 @@
org.wso2.carbon.devicemgt
org.wso2.carbon.device.mgt.core
+
+
+ woodstox-core-asl
+ org.codehaus.woodstox
+
+
+ commons-logging
+ commons-logging
+
+
+ axiom-api
+ org.apache.ws.commons.axiom
+
+
+ geronimo-stax-api_1.0_spec
+ org.apache.geronimo.specs.wso2
+
+
+ axis2-client
+ org.apache.axis2.wso2
+
+
+ httpcore
+ org.apache.httpcomponents
+
+
diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.core/pom.xml b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.core/pom.xml
index 5c1f77b66b..4d20f4fe68 100644
--- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.core/pom.xml
+++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.core/pom.xml
@@ -149,10 +149,22 @@
org.wso2.carbon.devicemgt
org.wso2.carbon.device.mgt.extensions
+
+
+ woodstox-core-asl
+ org.codehaus.woodstox
+
+
org.wso2.carbon
org.wso2.carbon.ndatasource.core
+
+
+ commons-logging
+ commons-logging
+
+
org.wso2.carbon
@@ -186,6 +198,22 @@
org.slf4j
slf4j-api
+
+ axis2-client
+ org.apache.axis2.wso2
+
+
+ axiom-api
+ org.apache.ws.commons.axiom
+
+
+ httpcore
+ org.apache.httpcomponents
+
+
+ commons-logging
+ commons-logging
+
@@ -199,10 +227,142 @@
org.wso2.carbon.devicemgt
org.wso2.carbon.apimgt.application.extension
+
+
+ commons-logging
+ commons-logging
+
+
+ slf4j-api
+ org.slf4j
+
+
+ geronimo-stax-api_1.0_spec
+ org.apache.geronimo.specs.wso2
+
+
+ xml-apis
+ xml-apis
+
+
+ jackson-core
+ com.fasterxml.jackson.core
+
+
+ validation-api
+ javax.validation
+
+
+ jackson-mapper-asl
+ org.codehaus.jackson
+
+
+ axiom-api
+ org.apache.ws.commons.axiom
+
+
+ axiom-impl
+ org.apache.ws.commons.axiom
+
+
+ xercesImpl
+ xerces
+
+
+ commons-httpclient
+ commons-httpclient
+
+
+ jackson-databind
+ com.fasterxml.jackson.core
+
+
+ commons-beanutils
+ commons-beanutils
+
+
+ org.eclipse.core.runtime
+ org.eclipse.core
+
+
+ commons-pool
+ commons-pool
+
+
+ XmlSchema
+ org.apache.ws.commons.schema
+
+
+ tomcat
+ org.wso2.tomcat
+
+
+ guava
+ com.google.guava
+
+
+ codemodel
+ com.sun.codemodel
+
+
+ hibernate
+ org.hibernate
+
+
+ asm
+ asm
+
+
+ geronimo-jta_1.1_spec
+ org.apache.geronimo.specs
+
+
+ wstx-asl
+ org.codehaus.woodstox
+
+
+ wsdl4j
+ wsdl4j.wso2
+
+
+ commons-fileupload
+ commons-fileupload
+
+
+ org.wso2.carbon.ntask.core
+ org.wso2.carbon.commons
+
+
+ org.wso2.securevault
+ org.wso2.securevault
+
+
+ maven-scm-provider-svnexe
+ org.apache.maven.scm
+
+
org.wso2.carbon.devicemgt
org.wso2.carbon.device.mgt.common
+
+
+ guava
+ com.google.guava
+
+
+ objenesis
+ org.objenesis
+
+
+ commons-logging
+ commons-logging
+
+
+ org.wso2.carbon.feature.mgt.core
+ org.wso2.carbon
+
+
org.wso2.carbon.devicemgt
@@ -217,6 +377,12 @@
org.powermock
powermock-module-testng
test
+
+
+ objenesis
+ org.objenesis
+
+
org.powermock