mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Refactor
This commit is contained in:
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>
|
||||
|
||||
10
pom.xml
10
pom.xml
@ -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…
Reference in New Issue
Block a user