mirror of
https://repository.entgra.net/community/community-product.git
synced 2025-09-16 23:42:18 +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
f1e4a776e0
commit
4426390e12
@ -300,6 +300,17 @@
|
|||||||
org.wso2.carbon.devicemgt:io.entgra.application.mgt.server.feature:${carbon.device.mgt.version}
|
org.wso2.carbon.devicemgt:io.entgra.application.mgt.server.feature:${carbon.device.mgt.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<!-- End of New App Manager Features-->
|
<!-- 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>
|
</featureArtifacts>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@ -429,6 +440,21 @@
|
|||||||
<id>org.wso2.carbon.webapp.authenticator.framework.server.feature.group</id>
|
<id>org.wso2.carbon.webapp.authenticator.framework.server.feature.group</id>
|
||||||
<version>${carbon.device.mgt.version}</version>
|
<version>${carbon.device.mgt.version}</version>
|
||||||
</feature>
|
</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>
|
</features>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user