|
|
|
@ -745,6 +745,11 @@
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.analytics.dashboard.feature:${carbon.device.mgt.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<!-- Geo Dashboard feature -->
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.geo.dashboard.feature:${carbon.device.mgt.plugin.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<!-- End of Geo Dashboard feature -->
|
|
|
|
|
</featureArtifacts>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
@ -1607,6 +1612,13 @@
|
|
|
|
|
<id>org.wso2.carbon.device.mgt.cdmf.analytics.feature.group</id>
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<!-- Geo Dashboard Feature -->
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.iot.geo.dashboard.feature.group</id>
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<!-- End of Geo Dashboard Feature -->
|
|
|
|
|
</features>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
@ -2484,6 +2496,13 @@
|
|
|
|
|
<version>${identity.inbound.auth.saml.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<!-- SSO Fix-->
|
|
|
|
|
|
|
|
|
|
<!-- Geo Dashboard Feature -->
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.iot.geo.dashboard.feature.group</id>
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<!-- End of Geo Dashboard Feature -->
|
|
|
|
|
</features>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
@ -3119,6 +3138,13 @@
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<!-- SSO Fix-->
|
|
|
|
|
|
|
|
|
|
<!-- Geo Dashboard Feature -->
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.iot.geo.dashboard.feature.group</id>
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<!-- End of Geo Dashboard Feature -->
|
|
|
|
|
</features>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|