mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
added some bundles which required for this feature
This commit is contained in:
parent
9e8e479d63
commit
2e10d2ba2b
@ -53,5 +53,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@ -160,6 +160,18 @@
|
||||
<bundleDef>
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.output.adapter.ui:${carbon.devicemgt.plugins.version}
|
||||
</bundleDef>
|
||||
<bundleDef>
|
||||
org.eclipse.paho:org.eclipse.paho.client.mqttv3:${eclipse.paho.version}
|
||||
</bundleDef>
|
||||
<bundleDef>
|
||||
org.igniterealtime.smack.wso2:smack:${smack.wso2.version}
|
||||
</bundleDef>
|
||||
<bundleDef>
|
||||
org.igniterealtime.smack.wso2:smackx:${smackx.wso2.version}
|
||||
</bundleDef>
|
||||
<bundleDef>
|
||||
org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.stub:${carbon.identity.version}
|
||||
</bundleDef>
|
||||
</bundles>
|
||||
<importFeatures>
|
||||
<importFeatureDef>
|
||||
|
||||
@ -137,15 +137,6 @@
|
||||
<bundleDef>
|
||||
org.json.wso2:json:${commons-json.version}
|
||||
</bundleDef>
|
||||
<bundleDef>
|
||||
org.eclipse.paho:org.eclipse.paho.client.mqttv3:${eclipse.paho.version}
|
||||
</bundleDef>
|
||||
<bundleDef>
|
||||
org.igniterealtime.smack.wso2:smack:${smack.wso2.version}
|
||||
</bundleDef>
|
||||
<bundleDef>
|
||||
org.igniterealtime.smack.wso2:smackx:${smackx.wso2.version}
|
||||
</bundleDef>
|
||||
</bundles>
|
||||
<importFeatures>
|
||||
<importFeatureDef>org.wso2.carbon.core.server:${carbon.kernel.version}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user