From 4b4c6a777112fdb98d6af4cc50685102404ea79a Mon Sep 17 00:00:00 2001 From: prabathabey Date: Fri, 24 Jul 2015 12:23:23 +0530 Subject: [PATCH] Making device management extensions feature an import of mobile device management plugin --- .../pom.xml | 11 +++++++++++ pom.xml | 12 ++++++++++++ 2 files changed, 23 insertions(+) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml index 967a957f6..6341425bf 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml @@ -44,6 +44,16 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.server.feature + zip + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.extensions.feature + zip + @@ -101,6 +111,7 @@ org.wso2.carbon.core.server:${carbon.kernel.version} org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version} + org.wso2.carbon.device.mgt.extensions:${carbon.device.mgt.version} diff --git a/pom.xml b/pom.xml index dd66c8eb0..64d4955f3 100644 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,18 @@ org.wso2.carbon.policy.mgt.core ${carbon.device.mgt.version} + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.server.feature + zip + ${carbon.device.mgt.version} + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.extensions.feature + zip + ${carbon.device.mgt.version} +