|
|
|
@ -138,7 +138,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.coffeeking</groupId>
|
|
|
|
|
<artifactId>org.coffeeking.connectedcup.plugin</artifactId>
|
|
|
|
|
<version>${wso2.iot.version}</version>
|
|
|
|
|
<version>${org.coffeeking.version}</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
@ -364,11 +364,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<carbon.kernel.version>4.4.11</carbon.kernel.version>
|
|
|
|
|
<carbon.kernel.version>${carbon.kernel.version}</carbon.kernel.version>
|
|
|
|
|
|
|
|
|
|
<org.coffeeking.version>1.0.0</org.coffeeking.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Device Management -->
|
|
|
|
|
<carbon.device.mgt.version>2.0.7-SNAPSHOT</carbon.device.mgt.version>
|
|
|
|
|
<carbon.device.mgt.plugin.version>3.0.6-SNAPSHOT</carbon.device.mgt.plugin.version>
|
|
|
|
|
<carbon.device.mgt.version>${carbon.device.mgt.version}</carbon.device.mgt.version>
|
|
|
|
|
<carbon.device.mgt.plugin.version>${carbon.device.mgt.plugin.version}</carbon.device.mgt.plugin.version>
|
|
|
|
|
|
|
|
|
|
<paho.mqtt.version>1.0.2</paho.mqtt.version>
|
|
|
|
|
<commons-json.version>3.0.0.wso2v1</commons-json.version>
|
|
|
|
@ -382,9 +384,8 @@
|
|
|
|
|
<jackson.version>1.9.0</jackson.version>
|
|
|
|
|
<commons-httpclient.orbit.version>3.1.0.wso2v2</commons-httpclient.orbit.version>
|
|
|
|
|
<commons-json.version>3.0.0.wso2v1</commons-json.version>
|
|
|
|
|
<eclipse.equinox.common.version>3.6.100.v20120522-1841</eclipse.equinox.common.version>
|
|
|
|
|
<analytics.version>1.3.0</analytics.version>
|
|
|
|
|
<wso2.iot.version>1.0.0</wso2.iot.version>
|
|
|
|
|
<eclipse.equinox.common.version>${eclipse.equinox.common.version}</eclipse.equinox.common.version>
|
|
|
|
|
<analytics.version>${carbon.analytics.version}</analytics.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
|