mirror of
https://repository.entgra.net/community/product-iots-community.git
synced 2025-09-16 23:32:20 +00:00
Merge pull request 'Make separate feature for apim rest api component' (#2) from pasindu/product-iots-community:restApiFeature into master
Reviewed-on: https://repository.entgra.net/community/product-iots-community/pulls/2
This commit is contained in:
commit
d552b567fa
@ -290,6 +290,9 @@
|
|||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
io.entgra.device.mgt.core:io.entgra.device.mgt.core.apimgt.webapp.publisher.feature:${io.entgra.device.mgt.core.version}
|
io.entgra.device.mgt.core:io.entgra.device.mgt.core.apimgt.webapp.publisher.feature:${io.entgra.device.mgt.core.version}
|
||||||
</featureArtifactDef>
|
</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>
|
<featureArtifactDef>
|
||||||
io.entgra.device.mgt.core:io.entgra.device.mgt.core.identity.jwt.client.extension.feature:${io.entgra.device.mgt.core.version}
|
io.entgra.device.mgt.core:io.entgra.device.mgt.core.identity.jwt.client.extension.feature:${io.entgra.device.mgt.core.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
@ -462,6 +465,10 @@
|
|||||||
<id>io.entgra.device.mgt.core.apimgt.webapp.publisher.feature.group</id>
|
<id>io.entgra.device.mgt.core.apimgt.webapp.publisher.feature.group</id>
|
||||||
<version>${io.entgra.device.mgt.core.version}</version>
|
<version>${io.entgra.device.mgt.core.version}</version>
|
||||||
</feature>
|
</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>
|
<feature>
|
||||||
<id>io.entgra.device.mgt.core.apimgt.keymgt.extension.feature.group</id>
|
<id>io.entgra.device.mgt.core.apimgt.keymgt.extension.feature.group</id>
|
||||||
<version>${io.entgra.device.mgt.core.version}</version>
|
<version>${io.entgra.device.mgt.core.version}</version>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user