From fd368807a29dbaaf191bc119866bd2e2bd718f85 Mon Sep 17 00:00:00 2001 From: Menaka Madushanka Date: Fri, 4 Dec 2015 10:56:49 +0530 Subject: [PATCH] build failure fixed --- .../pom.xml | 1 - .../pom.xml | 15 +++++---------- pom.xml | 17 +++++++++++++++++ 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/components/device-mgt-iot-androidsense/org.wso2.carbon.device.mgt.iot.androidsense.api/pom.xml b/components/device-mgt-iot-androidsense/org.wso2.carbon.device.mgt.iot.androidsense.api/pom.xml index 39aaa87e84..9b9d0b8309 100644 --- a/components/device-mgt-iot-androidsense/org.wso2.carbon.device.mgt.iot.androidsense.api/pom.xml +++ b/components/device-mgt-iot-androidsense/org.wso2.carbon.device.mgt.iot.androidsense.api/pom.xml @@ -60,7 +60,6 @@ org.wso2.carbon.devicemgt-plugins org.wso2.carbon.device.mgt.iot.androidsense - 1.9.2-SNAPSHOT provided diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml index 0ae9c8699b..c02787e8fe 100644 --- a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/pom.xml @@ -41,12 +41,10 @@ org.wso2.carbon.devicemgt-plugins org.wso2.carbon.device.mgt.iot.androidsense - 1.9.2-SNAPSHOT org.wso2.carbon.devicemgt-plugins org.wso2.carbon.device.mgt.iot.androidsense.api - 1.9.2-SNAPSHOT war @@ -92,12 +90,11 @@ org.wso2.carbon.devicemgt-plugins - org.wso2.carbon.device.mgt.iot.androidsense.service.impl - + org.wso2.carbon.device.mgt.iot.androidsense.api war true ${basedir}/src/main/resources/webapps/ - androidsense.war + android_sense.war @@ -126,14 +123,12 @@ - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense.plugin.impl:${carbon.iot.device.mgt.version} + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense:${carbon.iot.device.mgt.version} - org.wso2.carbon.core.server:${carbon.kernel.version} - - org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version} - + org.wso2.carbon.core.server:${carbon.kernel.version} + org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version} diff --git a/pom.xml b/pom.xml index 6b77e0c474..e8749f43bc 100644 --- a/pom.xml +++ b/pom.xml @@ -384,6 +384,23 @@ + + + + + + org.wso2.carbon.devicemgt-plugins + org.wso2.carbon.device.mgt.iot.androidsense + ${carbon.iot.device.mgt.version} + + + org.wso2.carbon.devicemgt-plugins + org.wso2.carbon.device.mgt.iot.androidsense.api + ${carbon.iot.device.mgt.version} + war + + + org.json.wso2 json