From e06565728ed6bc57d024d0ec7954c2990ed306e8 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Mon, 28 Mar 2016 20:46:38 +0530 Subject: [PATCH 1/2] removed duplicate imports and improper imports --- .../device-mgt/org.wso2.carbon.device.mgt.core/pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml index f486ddfd653..89e8024afef 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml @@ -64,7 +64,6 @@ org.wso2.carbon.context, org.wso2.carbon.core, org.wso2.carbon.utils.*, - org.wso2.carbon.registry.api, org.wso2.carbon.device.mgt.common.*, org.wso2.carbon.user.api, org.wso2.carbon.user.core.*, @@ -80,12 +79,10 @@ org.wso2.carbon.apimgt.impl, org.wso2.carbon.ntask.core.*, org.wso2.carbon.ntask.common, - org.wso2.carbon.ndatasource.core, org.apache.catalina, org.apache.catalina.core, org.apache.commons.collections, - org.wso2.carbon.email.sender.*, - org.wso2.carbon + org.wso2.carbon.email.sender.* !org.wso2.carbon.device.mgt.core.internal, From 021378df3b81459e497f42c86055b57c55bd5818 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Mon, 28 Mar 2016 23:05:47 +0530 Subject: [PATCH 2/2] added org.wso2.carbon import package --- components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml index 89e8024afef..00640f76d4d 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml @@ -82,7 +82,8 @@ org.apache.catalina, org.apache.catalina.core, org.apache.commons.collections, - org.wso2.carbon.email.sender.* + org.wso2.carbon.email.sender.*, + org.wso2.carbon !org.wso2.carbon.device.mgt.core.internal,