From 2b34b7e7af6d309c9a475787b996110034aa6002 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Fri, 14 Aug 2015 02:38:10 +0530 Subject: [PATCH] update on dependencies --- .../pom.xml | 2 + .../pom.xml | 18 +-- .../pom.xml | 24 ++-- .../pom.xml | 18 +-- .../pom.xml | 22 ++-- modules/distribution/src/samples/pom.xml | 74 ++++++++++++ .../pom.xml | 23 ++-- .../distribution/src/samples/sample_pom.xml | 106 ++++++++++++++---- .../pom.xml | 18 +-- 9 files changed, 231 insertions(+), 74 deletions(-) diff --git a/modules/distribution/src/samples/android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl/pom.xml b/modules/distribution/src/samples/android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl/pom.xml index 8ac9c4bd..f44732a0 100644 --- a/modules/distribution/src/samples/android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl/pom.xml +++ b/modules/distribution/src/samples/android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl/pom.xml @@ -113,6 +113,8 @@ + + diff --git a/modules/distribution/src/samples/android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.service.impl/pom.xml b/modules/distribution/src/samples/android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.service.impl/pom.xml index b09a2a52..86f9f130 100644 --- a/modules/distribution/src/samples/android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.service.impl/pom.xml +++ b/modules/distribution/src/samples/android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.service.impl/pom.xml @@ -21,30 +21,29 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - provided + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.core org.apache.cxf cxf-rt-frontend-jaxws - provided org.apache.cxf cxf-rt-frontend-jaxrs - provided org.apache.cxf cxf-rt-transports-http - provided org.eclipse.paho mqtt-client - provided @@ -56,12 +55,10 @@ org.wso2.carbon.device.mgt.iot org.wso2.carbon.device.mgt.iot.common - provided org.wso2.carbon.device.mgt.iot.server.sample org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl - provided @@ -75,12 +72,15 @@ javax javaee-web-api - provided javax.ws.rs jsr311-api - provided + + + + commons-httpclient.wso2 + commons-httpclient diff --git a/modules/distribution/src/samples/arduino/src/org.wso2.carbon.device.mgt.iot.sample.arduino.service.impl/pom.xml b/modules/distribution/src/samples/arduino/src/org.wso2.carbon.device.mgt.iot.sample.arduino.service.impl/pom.xml index 7bbdf81a..84a4f546 100644 --- a/modules/distribution/src/samples/arduino/src/org.wso2.carbon.device.mgt.iot.sample.arduino.service.impl/pom.xml +++ b/modules/distribution/src/samples/arduino/src/org.wso2.carbon.device.mgt.iot.sample.arduino.service.impl/pom.xml @@ -21,30 +21,30 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - provided + + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.core org.apache.cxf cxf-rt-frontend-jaxws - provided org.apache.cxf cxf-rt-frontend-jaxrs - provided org.apache.cxf cxf-rt-transports-http - provided org.eclipse.paho mqtt-client - provided @@ -56,12 +56,10 @@ org.wso2.carbon.device.mgt.iot org.wso2.carbon.device.mgt.iot.common - provided org.wso2.carbon.device.mgt.iot.server.sample org.wso2.carbon.device.mgt.iot.sample.arduino.plugin.impl - provided @@ -75,12 +73,20 @@ javax javaee-web-api - provided javax.ws.rs jsr311-api - provided + + + + commons-httpclient.wso2 + commons-httpclient + + + + com.google.code.gson + gson diff --git a/modules/distribution/src/samples/digital_display/src/org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.service.impl/pom.xml b/modules/distribution/src/samples/digital_display/src/org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.service.impl/pom.xml index 5e401386..7a442aa7 100644 --- a/modules/distribution/src/samples/digital_display/src/org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.service.impl/pom.xml +++ b/modules/distribution/src/samples/digital_display/src/org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.service.impl/pom.xml @@ -21,30 +21,29 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - provided + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.core org.apache.cxf cxf-rt-frontend-jaxws - provided org.apache.cxf cxf-rt-frontend-jaxrs - provided org.apache.cxf cxf-rt-transports-http - provided org.eclipse.paho mqtt-client - provided @@ -56,12 +55,10 @@ org.wso2.carbon.device.mgt.iot org.wso2.carbon.device.mgt.iot.common - provided org.wso2.carbon.device.mgt.iot.server.sample org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.plugin.impl - provided @@ -75,12 +72,15 @@ javax javaee-web-api - provided javax.ws.rs jsr311-api - provided + + + + commons-httpclient.wso2 + commons-httpclient diff --git a/modules/distribution/src/samples/firealarm/src/org.wso2.carbon.device.mgt.iot.sample.firealarm.service.impl/pom.xml b/modules/distribution/src/samples/firealarm/src/org.wso2.carbon.device.mgt.iot.sample.firealarm.service.impl/pom.xml index 7a820177..947cb546 100644 --- a/modules/distribution/src/samples/firealarm/src/org.wso2.carbon.device.mgt.iot.sample.firealarm.service.impl/pom.xml +++ b/modules/distribution/src/samples/firealarm/src/org.wso2.carbon.device.mgt.iot.sample.firealarm.service.impl/pom.xml @@ -21,30 +21,29 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - provided + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.core org.apache.cxf cxf-rt-frontend-jaxws - provided org.apache.cxf cxf-rt-frontend-jaxrs - provided org.apache.cxf cxf-rt-transports-http - provided org.eclipse.paho mqtt-client - provided @@ -56,12 +55,10 @@ org.wso2.carbon.device.mgt.iot org.wso2.carbon.device.mgt.iot.common - provided org.wso2.carbon.device.mgt.iot.server.sample org.wso2.carbon.device.mgt.iot.sample.firealarm.plugin.impl - provided @@ -75,12 +72,19 @@ javax javaee-web-api - provided javax.ws.rs jsr311-api - provided + + + commons-httpclient.wso2 + commons-httpclient + + + + org.wso2.carbon + org.wso2.carbon.utils diff --git a/modules/distribution/src/samples/pom.xml b/modules/distribution/src/samples/pom.xml index d3e23151..d3e30320 100644 --- a/modules/distribution/src/samples/pom.xml +++ b/modules/distribution/src/samples/pom.xml @@ -300,6 +300,79 @@ + + + org.wso2.carbon + org.wso2.carbon.utils + ${carbon.kernel.version} + + + org.bouncycastle.wso2 + bcprov-jdk15on + + + org.wso2.carbon + org.wso2.carbon.user.api + + + org.wso2.carbon + org.wso2.carbon.queuing + + + org.wso2.carbon + org.wso2.carbon.base + + + org.apache.axis2.wso2 + axis2 + + + org.igniterealtime.smack.wso2 + smack + + + org.igniterealtime.smack.wso2 + smackx + + + jaxen + jaxen + + + commons-fileupload.wso2 + commons-fileupload + + + org.apache.ant.wso2 + ant + + + org.apache.ant.wso2 + ant + + + commons-httpclient.wso2 + commons-httpclient + + + org.eclipse.equinox + javax.servlet + + + org.wso2.carbon + org.wso2.carbon.registry.api + + + + + + com.google.code.gson + gson + ${google.gson.version} + + + + @@ -352,6 +425,7 @@ 3.1.0.wso2v2 3.0.0.wso2v1 + 2.3.1 diff --git a/modules/distribution/src/samples/raspberrypi/src/org.wso2.carbon.device.mgt.iot.sample.raspberrypi.service.impl/pom.xml b/modules/distribution/src/samples/raspberrypi/src/org.wso2.carbon.device.mgt.iot.sample.raspberrypi.service.impl/pom.xml index 517118ef..10eed88b 100644 --- a/modules/distribution/src/samples/raspberrypi/src/org.wso2.carbon.device.mgt.iot.sample.raspberrypi.service.impl/pom.xml +++ b/modules/distribution/src/samples/raspberrypi/src/org.wso2.carbon.device.mgt.iot.sample.raspberrypi.service.impl/pom.xml @@ -21,30 +21,29 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - provided + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.core org.apache.cxf cxf-rt-frontend-jaxws - provided org.apache.cxf cxf-rt-frontend-jaxrs - provided org.apache.cxf cxf-rt-transports-http - provided org.eclipse.paho mqtt-client - provided @@ -56,12 +55,10 @@ org.wso2.carbon.device.mgt.iot org.wso2.carbon.device.mgt.iot.common - provided org.wso2.carbon.device.mgt.iot.server.sample org.wso2.carbon.device.mgt.iot.sample.raspberrypi.plugin.impl - provided @@ -75,12 +72,20 @@ javax javaee-web-api - provided javax.ws.rs jsr311-api - provided + + + + commons-httpclient.wso2 + commons-httpclient + + + + com.google.code.gson + gson diff --git a/modules/distribution/src/samples/sample_pom.xml b/modules/distribution/src/samples/sample_pom.xml index cfdd8001..f34b0ecd 100644 --- a/modules/distribution/src/samples/sample_pom.xml +++ b/modules/distribution/src/samples/sample_pom.xml @@ -36,18 +36,12 @@ - firealarm/src/org.wso2.carbon.device.mgt.iot.sample.firealarm.plugin.impl - firealarm/src/org.wso2.carbon.device.mgt.iot.sample.firealarm.service.impl - android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl - android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.service.impl - arduino/src/org.wso2.carbon.device.mgt.iot.sample.arduino.plugin.impl - arduino/src/org.wso2.carbon.device.mgt.iot.sample.arduino.service.impl - digital_display/src/org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.plugin.impl - digital_display/src/org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.service.impl - raspberrypi/src/org.wso2.carbon.device.mgt.iot.sample.raspberrypi.plugin.impl - raspberrypi/src/org.wso2.carbon.device.mgt.iot.sample.raspberrypi.service.impl - sensebot/src/org.wso2.carbon.device.mgt.iot.sample.sensebot.plugin.impl - sensebot/src/org.wso2.carbon.device.mgt.iot.sample.sensebot.service.impl + firealarm/src + android_sense/src + arduino/src + digital_display/src + raspberrypi/src + sensebot/src @@ -86,28 +80,30 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.core - ${carbon.device.mgt.version} system - ${basedir}/../repository/components/plugins/org.wso2.carbon.device.mgt.core_0.9.2.SNAPSHOT.jar + ${carbon.device.mgt.version} + ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.device.mgt.core_0.9.2.SNAPSHOT.jar org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - ${carbon.device.mgt.version} system - ${basedir}/../repository/components/plugins/org.wso2.carbon.device.mgt.common_0.9.2.SNAPSHOT.jar + ${carbon.device.mgt.version} + ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.device.mgt.common_0.9.2.SNAPSHOT.jar + org.wso2.carbon.device.mgt.iot org.wso2.carbon.device.mgt.iot.common ${carbon.iot.device.mgt.version} system - ${basedir}/../repository/components/plugins/org.wso2.carbon.device.mgt.iot.common_1.0.0.SNAPSHOT.jar + ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.device.mgt.iot.common_1.0.0.SNAPSHOT.jar + org.wso2.carbon.device.mgt.iot.server.sample org.wso2.carbon.device.mgt.iot.sample.firealarm.plugin.impl @@ -204,13 +200,11 @@ org.codehaus.jackson jackson-core-asl ${jackson.version} - provided org.codehaus.jackson jackson-jaxrs ${jackson.version} - provided @@ -308,6 +302,76 @@ provided + + org.wso2.carbon + org.wso2.carbon.utils + ${carbon.kernel.version} + + + org.bouncycastle.wso2 + bcprov-jdk15on + + + org.wso2.carbon + org.wso2.carbon.user.api + + + org.wso2.carbon + org.wso2.carbon.queuing + + + org.wso2.carbon + org.wso2.carbon.base + + + org.apache.axis2.wso2 + axis2 + + + org.igniterealtime.smack.wso2 + smack + + + org.igniterealtime.smack.wso2 + smackx + + + jaxen + jaxen + + + commons-fileupload.wso2 + commons-fileupload + + + org.apache.ant.wso2 + ant + + + org.apache.ant.wso2 + ant + + + commons-httpclient.wso2 + commons-httpclient + + + org.eclipse.equinox + javax.servlet + + + org.wso2.carbon + org.wso2.carbon.registry.api + + + + + + com.google.code.gson + gson + ${google.gson.version} + + @@ -361,7 +425,7 @@ 3.1.0.wso2v2 3.0.0.wso2v1 - + 2.3.1 @@ -575,6 +639,8 @@ + + \ No newline at end of file diff --git a/modules/distribution/src/samples/sensebot/src/org.wso2.carbon.device.mgt.iot.sample.sensebot.service.impl/pom.xml b/modules/distribution/src/samples/sensebot/src/org.wso2.carbon.device.mgt.iot.sample.sensebot.service.impl/pom.xml index ea24e700..12abd2ff 100644 --- a/modules/distribution/src/samples/sensebot/src/org.wso2.carbon.device.mgt.iot.sample.sensebot.service.impl/pom.xml +++ b/modules/distribution/src/samples/sensebot/src/org.wso2.carbon.device.mgt.iot.sample.sensebot.service.impl/pom.xml @@ -21,30 +21,29 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - provided + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.core org.apache.cxf cxf-rt-frontend-jaxws - provided org.apache.cxf cxf-rt-frontend-jaxrs - provided org.apache.cxf cxf-rt-transports-http - provided org.eclipse.paho mqtt-client - provided @@ -56,12 +55,10 @@ org.wso2.carbon.device.mgt.iot org.wso2.carbon.device.mgt.iot.common - provided org.wso2.carbon.device.mgt.iot.server.sample org.wso2.carbon.device.mgt.iot.sample.sensebot.plugin.impl - provided @@ -75,12 +72,15 @@ javax javaee-web-api - provided javax.ws.rs jsr311-api - provided + + + + commons-httpclient.wso2 + commons-httpclient