mirror of
https://repository.entgra.net/community/community-product.git
synced 2025-09-16 23:42:18 +00:00
added analytics extension component
This commit is contained in:
parent
445d5fd524
commit
09b82305db
@ -351,6 +351,12 @@
|
||||
org.wso2.carbon.devicemgt:io.entgra.notification.logger.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Notification Logger Feature-->
|
||||
|
||||
<!-- APIM analytics extension feature-->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt:io.entgra.device.mgt.core.apimgt.analytics.extension.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of APIM analytics extension feature-->
|
||||
</featureArtifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -522,6 +528,12 @@
|
||||
<id>io.entgra.notification.logger.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
|
||||
<!--APIM Analytics extension-->
|
||||
<feature>
|
||||
<id>io.entgra.device.mgt.core.apimgt.analytics.extension.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
</features>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user