application-manager-new
ayyoob 9 years ago
parent 06f21466de
commit e857a7aa5d

@ -26,7 +26,7 @@
<exclude>**/client-truststore.jks</exclude>
<exclude>**/wso2carbon.jks</exclude>
<exclude>**/WSO2AM_DB.h2.db</exclude>
<exclude>**/ArduinoDM_DB.h2.db</exclude>
<exclude>**/FireAlarmDM_DB.h2.db</exclude>
<exclude>**/WSO2DM_DB.h2.db</exclude>
<exclude>**/conf/axis2/axis2_client.xml</exclude>
<exclude>**/conf/etc/launch.ini</exclude>

@ -99,7 +99,7 @@
</datasource>
<datasource>
<name>ArduinoDM_DS</name>
<name>FireAlarmDM_DS</name>
<description>The datasource used for API Manager database</description>
<jndiConfig>
<name>jdbc/FireAlarmDM_DB</name>

@ -353,10 +353,16 @@
<version>${carbon.device.mgt.version}</version>
</dependency>
<!--MDM dependencies-->
<!--IOT dependencies-->
<dependency>
<groupId>org.wso2.carbon.iot</groupId>
<artifactId>org.wso2.carbon.device.mgt.iot.impl</artifactId>
<artifactId>org.wso2.carbon.device.mgt.iot.firealarm.impl</artifactId>
<version>${carbon.iot.device.mgt.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.iot</groupId>
<artifactId>org.wso2.carbon.device.mgt.iot.common</artifactId>
<version>${carbon.iot.device.mgt.version}</version>
</dependency>

Loading…
Cancel
Save