Merge pull request 'Make separate feature for apim rest api component' (#2) from pasindu/product-iots-community:restApiFeature into master

Reviewed-on: community/product-iots-community#2
master
Amalka Subasinghe 1 year ago
commit d552b567fa

@ -290,6 +290,9 @@
<featureArtifactDef>
io.entgra.device.mgt.core:io.entgra.device.mgt.core.apimgt.webapp.publisher.feature:${io.entgra.device.mgt.core.version}
</featureArtifactDef>
<featureArtifactDef>
io.entgra.device.mgt.core:io.entgra.device.mgt.core.apimgt.extension.rest.api.feature:${io.entgra.device.mgt.core.version}
</featureArtifactDef>
<featureArtifactDef>
io.entgra.device.mgt.core:io.entgra.device.mgt.core.identity.jwt.client.extension.feature:${io.entgra.device.mgt.core.version}
</featureArtifactDef>
@ -462,6 +465,10 @@
<id>io.entgra.device.mgt.core.apimgt.webapp.publisher.feature.group</id>
<version>${io.entgra.device.mgt.core.version}</version>
</feature>
<feature>
<id>io.entgra.device.mgt.core.apimgt.extension.rest.api.feature.group</id>
<version>${io.entgra.device.mgt.core.version}</version>
</feature>
<feature>
<id>io.entgra.device.mgt.core.apimgt.keymgt.extension.feature.group</id>
<version>${io.entgra.device.mgt.core.version}</version>

Loading…
Cancel
Save