|
|
|
@ -54,22 +54,22 @@
|
|
|
|
|
<Bundle-Description>IoT Server Impl Bundle</Bundle-Description>
|
|
|
|
|
<Private-Package>org.wso2.carbon.device.mgt.iot.androidsense.plugin.internal</Private-Package>
|
|
|
|
|
<Import-Package>
|
|
|
|
|
org.osgi.framework,
|
|
|
|
|
org.osgi.service.component,
|
|
|
|
|
org.apache.commons.logging,
|
|
|
|
|
javax.xml.bind.*,
|
|
|
|
|
javax.naming,
|
|
|
|
|
javax.sql,
|
|
|
|
|
javax.xml.bind.annotation.*,
|
|
|
|
|
javax.xml.parsers,
|
|
|
|
|
javax.net,
|
|
|
|
|
javax.net.ssl,
|
|
|
|
|
org.w3c.dom,
|
|
|
|
|
org.wso2.carbon.device.mgt.common.*,
|
|
|
|
|
org.wso2.carbon.device.mgt.common,
|
|
|
|
|
org.wso2.carbon.context.*,
|
|
|
|
|
org.wso2.carbon.ndatasource.core,
|
|
|
|
|
org.wso2.carbon.device.mgt.iot.common.*,
|
|
|
|
|
org.osgi.framework,
|
|
|
|
|
org.osgi.service.component,
|
|
|
|
|
org.apache.commons.logging,
|
|
|
|
|
javax.xml.bind.*,
|
|
|
|
|
javax.naming,
|
|
|
|
|
javax.sql,
|
|
|
|
|
javax.xml.bind.annotation.*,
|
|
|
|
|
javax.xml.parsers,
|
|
|
|
|
javax.net,
|
|
|
|
|
javax.net.ssl,
|
|
|
|
|
org.w3c.dom,
|
|
|
|
|
org.wso2.carbon.device.mgt.common.*,
|
|
|
|
|
org.wso2.carbon.device.mgt.common,
|
|
|
|
|
org.wso2.carbon.context.*,
|
|
|
|
|
org.wso2.carbon.ndatasource.core,
|
|
|
|
|
org.wso2.carbon.device.mgt.iot.*,
|
|
|
|
|
</Import-Package>
|
|
|
|
|
|
|
|
|
|
<Export-Package>
|
|
|
|
@ -105,16 +105,13 @@
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.ndatasource.core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.device.mgt.iot</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.iot.common</artifactId>
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.iot</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|