Skip to content

Commit

Permalink
Merge pull request #22278 from sahandilshan/ai-component
Browse files Browse the repository at this point in the history
Pack common AI component to the IS
  • Loading branch information
sahandilshan authored Jan 18, 2025
2 parents 5489f91 + 0a94623 commit 881ad9f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,11 @@
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.rule.management.server.feature:${carbon.identity.framework.version}
</featureArtifactDef>

<!-- AI Management Feature -->
<featureArtifactDef>
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.ai.service.mgt.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 @@ -853,6 +858,10 @@
<id>org.wso2.carbon.identity.api.resource.mgt.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.ai.service.mgt.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.action.management.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
Expand Down
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1953,6 +1953,16 @@
<artifactId>org.wso2.carbon.identity.consent.server.configs.mgt.server.feature</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.ai.service.mgt</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.ai.service.mgt.server.feature</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.organization.management</groupId>
<artifactId>org.wso2.carbon.identity.organization.management.server.feature</artifactId>
Expand Down Expand Up @@ -2356,7 +2366,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>7.7.87</carbon.identity.framework.version>
<carbon.identity.framework.version>7.7.93</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 8.0.0)</carbon.identity.framework.version.range>

<!--SAML Common Utils Version-->
Expand Down

0 comments on commit 881ad9f

Please sign in to comment.