mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge branch 'android-sense-feature'
This commit is contained in:
commit
c4bb4fc544
@ -62,5 +62,8 @@
|
||||
"hostname": "localhost",
|
||||
"port": "",
|
||||
"protocol": ""
|
||||
},
|
||||
"queryParameters" : {
|
||||
"passBetweenPages" : ["shared"]
|
||||
}
|
||||
}
|
||||
|
||||
@ -391,6 +391,10 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.analytics.shared:org.wso2.carbon.analytics.shared.spark.common.udf.feature:${analytics.shared.version}
|
||||
</featureArtifactDef>
|
||||
<!-- Siddhi extension feature -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.extension.siddhi.execution.json.feature:${carbon.device.mgt.plugin.version}
|
||||
</featureArtifactDef>
|
||||
</featureArtifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -796,6 +800,12 @@
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
<!-- End of Geo Dashboard Feature -->
|
||||
|
||||
<!-- Siddhi extension Feature -->
|
||||
<feature>
|
||||
<id>org.wso2.extension.siddhi.execution.json.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
</features>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
@ -76,5 +76,8 @@
|
||||
"hostname": "localhost",
|
||||
"port": "",
|
||||
"protocol": ""
|
||||
},
|
||||
"queryParameters" : {
|
||||
"passBetweenPages" : ["shared"]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user