mirror of
https://repository.entgra.net/community/product-uem-community.git
synced 2025-10-06 02:02:27 +00:00
added new device-extensions, logger, stateengine, default role manager (#3)
Co-authored-by: Amalka Subasinghe <amalkasubasinghe@gmail.com> Reviewed-on: https://repository.entgra.net/community/community-product/pulls/3 Co-authored-by: Amalka Subasinghe <amalka@entgra.io> Co-committed-by: Amalka Subasinghe <amalka@entgra.io>
This commit is contained in:
parent
4b26343745
commit
171fb904d2
@ -300,6 +300,17 @@
|
||||
org.wso2.carbon.devicemgt:io.entgra.application.mgt.server.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of New App Manager Features-->
|
||||
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt:io.entgra.device.mgt.extensions.defaultrole.manager.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt:io.entgra.device.mgt.extensions.logger.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt:io.entgra.device.mgt.extensions.stateengine.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
|
||||
</featureArtifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -429,6 +440,21 @@
|
||||
<id>org.wso2.carbon.webapp.authenticator.framework.server.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
|
||||
<feature>
|
||||
<id>io.entgra.device.mgt.extensions.defaultrole.manager.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
|
||||
<feature>
|
||||
<id>io.entgra.device.mgt.extensions.logger.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
|
||||
<feature>
|
||||
<id>io.entgra.device.mgt.extensions.stateengine.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
</features>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user