Skip to content

Commit

Permalink
Merge pull request #21550 from ashanthamara/certificate-mgt
Browse files Browse the repository at this point in the history
Add certificate.management jar to the product
  • Loading branch information
ashanthamara authored Oct 31, 2024
2 parents 30c2ef4 + 312d7e1 commit 9017c6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,11 @@
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.action.management.server.feature:${carbon.identity.framework.version}
</featureArtifactDef>

<!-- Certificate Management Feature -->
<featureArtifactDef>
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.certificate.management.server.feature:${carbon.identity.framework.version}
</featureArtifactDef>

<!-- SAML Request/Response Validator Toolkit Feature -->
<featureArtifactDef>
org.wso2.carbon.identity.tool.validator.sso.saml2:org.wso2.carbon.identity.tools.saml.validator.feature:${identity.tool.samlsso.validator.version}
Expand Down Expand Up @@ -860,6 +865,10 @@
<id>org.wso2.carbon.identity.action.management.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.certificate.management.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<id>
org.wso2.carbon.identity.unique.claim.mgt.server.feature.group
Expand Down

0 comments on commit 9017c6c

Please sign in to comment.