mirror of
https://repository.entgra.net/community/community-product.git
synced 2025-09-16 23:42:18 +00:00
Add tenant-mgt feature
This commit is contained in:
commit
91651f16e7
@ -357,6 +357,12 @@
|
||||
org.wso2.carbon.devicemgt:io.entgra.device.mgt.core.apimgt.analytics.extension.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of APIM analytics extension feature-->
|
||||
|
||||
<!-- Tenant Management Feature -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt:io.entgra.tenant.mgt.server.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Tenant Management Feature -->
|
||||
</featureArtifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -534,6 +540,12 @@
|
||||
<id>io.entgra.device.mgt.core.apimgt.analytics.extension.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
|
||||
<!-- Tenant Management -->
|
||||
<feature>
|
||||
<id>io.entgra.tenant.mgt.server.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
</features>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user