mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge pull request #1448 from sinthuja/origin-master
Removing analytics.dashboard feature from product-iots.
This commit is contained in:
commit
46ff37100d
@ -1,5 +1,4 @@
|
|||||||
org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization_
|
org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization_
|
||||||
org.wso2.carbon.device.mgt.analytics.dashboard_
|
|
||||||
org.wso2.carbon.device.mgt.analytics.data.publisher_
|
org.wso2.carbon.device.mgt.analytics.data.publisher_
|
||||||
org.wso2.carbon.device.mgt.common_
|
org.wso2.carbon.device.mgt.common_
|
||||||
org.wso2.carbon.device.mgt.core_
|
org.wso2.carbon.device.mgt.core_
|
||||||
@ -34,7 +33,6 @@ org.wso2.carbon.email.sender.core_
|
|||||||
org.wso2.carbon.identity.jwt.client.extension_
|
org.wso2.carbon.identity.jwt.client.extension_
|
||||||
org.wso2.carbon.identity.authenticator.backend.oauth_
|
org.wso2.carbon.identity.authenticator.backend.oauth_
|
||||||
org.wso2.carbon.webapp.authenticator.framework_
|
org.wso2.carbon.webapp.authenticator.framework_
|
||||||
org.wso2.carbon.device.mgt.analytics.dashboard_
|
|
||||||
org.wso2.carbon.complex.policy.decision.point_
|
org.wso2.carbon.complex.policy.decision.point_
|
||||||
org.wso2.carbon.appmgt.mdm.osgiconnector_
|
org.wso2.carbon.appmgt.mdm.osgiconnector_
|
||||||
org.wso2.carbon.appmgt.mdm.restconnector_
|
org.wso2.carbon.appmgt.mdm.restconnector_
|
||||||
|
|||||||
@ -193,9 +193,6 @@
|
|||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.adapter.feature:${carbon.device.mgt.plugin.version}
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.adapter.feature:${carbon.device.mgt.plugin.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<featureArtifactDef>
|
|
||||||
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.analytics.dashboard.feature:${carbon.device.mgt.version}
|
|
||||||
</featureArtifactDef>
|
|
||||||
<!-- IoT Device Management Features -->
|
<!-- IoT Device Management Features -->
|
||||||
|
|
||||||
<!-- Carbon Deployment Features -->
|
<!-- Carbon Deployment Features -->
|
||||||
@ -746,10 +743,6 @@
|
|||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.identity:org.wso2.carbon.identity.oauth2.grant.jwt.feature:${identity.jwt.extension.version}
|
org.wso2.carbon.identity:org.wso2.carbon.identity.oauth2.grant.jwt.feature:${identity.jwt.extension.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<!-- Analytics related features -->
|
|
||||||
<featureArtifactDef>
|
|
||||||
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.analytics.dashboard.feature:${carbon.device.mgt.version}
|
|
||||||
</featureArtifactDef>
|
|
||||||
<!-- Geo Dashboard feature -->
|
<!-- Geo Dashboard feature -->
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.geo.dashboard.feature:${carbon.device.mgt.plugin.version}
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.geo.dashboard.feature:${carbon.device.mgt.plugin.version}
|
||||||
@ -1011,10 +1004,6 @@
|
|||||||
<id>org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.feature.group</id>
|
||||||
<version>${carbon.device.mgt.version}</version>
|
<version>${carbon.device.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
|
||||||
<id>org.wso2.carbon.device.mgt.analytics.dashboard.feature.group</id>
|
|
||||||
<version>${carbon.device.mgt.version}</version>
|
|
||||||
</feature>
|
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.device.mgt.mobile.android.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.mobile.android.feature.group</id>
|
||||||
<version>${carbon.device.mgt.plugin.version}</version>
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
@ -1621,11 +1610,6 @@
|
|||||||
<id>org.wso2.carbon.identity.oauth2.grant.jwt.feature.group</id>
|
<id>org.wso2.carbon.identity.oauth2.grant.jwt.feature.group</id>
|
||||||
<version>${identity.jwt.extension.version}</version>
|
<version>${identity.jwt.extension.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- Analytics related features -->
|
|
||||||
<feature>
|
|
||||||
<id>org.wso2.carbon.device.mgt.analytics.dashboard.feature.group</id>
|
|
||||||
<version>${carbon.device.mgt.version}</version>
|
|
||||||
</feature>
|
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.device.mgt.cdmf.analytics.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.cdmf.analytics.feature.group</id>
|
||||||
<version>${carbon.device.mgt.plugin.version}</version>
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
@ -1637,12 +1621,12 @@
|
|||||||
<version>${carbon.device.mgt.plugin.version}</version>
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- End of Geo Dashboard Feature -->
|
<!-- End of Geo Dashboard Feature -->
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.andes.extensions.device.mgt.api.feature.group</id>
|
||||||
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
|
</feature>
|
||||||
</features>
|
</features>
|
||||||
<!--MQTT Dashboard Feature-->
|
<!--MQTT Dashboard Feature-->
|
||||||
<feature>
|
|
||||||
<id>org.wso2.carbon.andes.extensions.device.mgt.api.feature.group</id>
|
|
||||||
<version>${carbon.device.mgt.plugin.version}</version>
|
|
||||||
</feature>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
@ -2051,10 +2035,6 @@
|
|||||||
<id>org.wso2.carbon.device.mgt.notification.listener.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.notification.listener.feature.group</id>
|
||||||
<version>${carbon.device.mgt.plugin.version}</version>
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
|
||||||
<id>org.wso2.carbon.device.mgt.analytics.dashboard.feature.group</id>
|
|
||||||
<version>${carbon.device.mgt.version}</version>
|
|
||||||
</feature>
|
|
||||||
<!-- End of Device Management Features -->
|
<!-- End of Device Management Features -->
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.device.mgt.adapter.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.adapter.feature.group</id>
|
||||||
@ -2481,10 +2461,6 @@
|
|||||||
<id>org.wso2.carbon.certificate.mgt.cert.admin.api.feature.group</id>
|
<id>org.wso2.carbon.certificate.mgt.cert.admin.api.feature.group</id>
|
||||||
<version>${carbon.device.mgt.version}</version>
|
<version>${carbon.device.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
|
||||||
<id>org.wso2.carbon.device.mgt.analytics.dashboard.feature.group</id>
|
|
||||||
<version>${carbon.device.mgt.version}</version>
|
|
||||||
</feature>
|
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.event.stream.feature.group</id>
|
<id>org.wso2.carbon.event.stream.feature.group</id>
|
||||||
<version>${carbon.analytics.common.version}</version>
|
<version>${carbon.analytics.common.version}</version>
|
||||||
@ -2699,10 +2675,6 @@
|
|||||||
<id>org.wso2.carbon.device.mgt.notification.listener.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.notification.listener.feature.group</id>
|
||||||
<version>${carbon.device.mgt.plugin.version}</version>
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
|
||||||
<id>org.wso2.carbon.device.mgt.analytics.dashboard.feature.group</id>
|
|
||||||
<version>${carbon.device.mgt.version}</version>
|
|
||||||
</feature>
|
|
||||||
<!-- End of Device Management Features -->
|
<!-- End of Device Management Features -->
|
||||||
|
|
||||||
<feature>
|
<feature>
|
||||||
@ -3104,10 +3076,6 @@
|
|||||||
<id>org.wso2.carbon.certificate.mgt.cert.admin.api.feature.group</id>
|
<id>org.wso2.carbon.certificate.mgt.cert.admin.api.feature.group</id>
|
||||||
<version>${carbon.device.mgt.version}</version>
|
<version>${carbon.device.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
|
||||||
<id>org.wso2.carbon.device.mgt.analytics.dashboard.feature.group</id>
|
|
||||||
<version>${carbon.device.mgt.version}</version>
|
|
||||||
</feature>
|
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.event.stream.feature.group</id>
|
<id>org.wso2.carbon.event.stream.feature.group</id>
|
||||||
<version>${carbon.analytics.common.version}</version>
|
<version>${carbon.analytics.common.version}</version>
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@ -1516,15 +1516,15 @@
|
|||||||
<!-- Carbon Governance -->
|
<!-- Carbon Governance -->
|
||||||
<carbon.governance.version>4.7.8</carbon.governance.version>
|
<carbon.governance.version>4.7.8</carbon.governance.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management -->
|
<!-- Carbon Device Management-->
|
||||||
<carbon.device.mgt.version>3.0.135</carbon.device.mgt.version>
|
<carbon.device.mgt.version>3.0.144</carbon.device.mgt.version>
|
||||||
<carbon.device.mgt.version.range>[3.0.0, 4.0.0)</carbon.device.mgt.version.range>
|
<carbon.device.mgt.version.range>[3.0.0, 4.0.0)</carbon.device.mgt.version.range>
|
||||||
|
|
||||||
<!-- IOT Device Management -->
|
<!-- IOT Device Management -->
|
||||||
<product.iot.version>${project.version}</product.iot.version>
|
<product.iot.version>${project.version}</product.iot.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management Plugins-->
|
<!-- Carbon Device Management Plugins-->
|
||||||
<carbon.device.mgt.plugin.version>4.0.87</carbon.device.mgt.plugin.version>
|
<carbon.device.mgt.plugin.version>4.0.88</carbon.device.mgt.plugin.version>
|
||||||
|
|
||||||
<!-- API Management -->
|
<!-- API Management -->
|
||||||
<carbon.api.mgt.version>6.1.109</carbon.api.mgt.version>
|
<carbon.api.mgt.version>6.1.109</carbon.api.mgt.version>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user