Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Sep 4, 2023
1 parent 40f15fe commit 6be76b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
22 changes: 8 additions & 14 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,10 @@
<id>org.wso2.carbon.identity.user.store.configuration.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<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.authenticator.saml2.sso.feature.group</id>
<version>${identity.carbon.auth.saml2.version}</version>
Expand Down Expand Up @@ -817,10 +821,6 @@
</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<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.cors.mgt.server.feature.group
Expand Down Expand Up @@ -914,12 +914,6 @@
<id>org.wso2.carbon.identity.provisioning.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>

<feature>
<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.tools.saml.validator.feature.group</id>
<version>${identity.tool.samlsso.validator.version}</version>
Expand Down Expand Up @@ -1340,6 +1334,10 @@
<id>org.wso2.carbon.identity.user.store.configuration.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<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.authenticator.saml2.sso.feature.group</id>
<version>${identity.carbon.auth.saml2.version}</version>
Expand Down Expand Up @@ -1910,10 +1908,6 @@
</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<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.cors.mgt.server.feature.group
Expand Down
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,11 @@
<artifactId>org.wso2.carbon.identity.userstore.configuration.server.feature</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.api.resource.mgt.server.feature</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.governance</groupId>
<artifactId>org.wso2.carbon.identity.multi.attribute.login.service.server.feature</artifactId>
Expand Down Expand Up @@ -2029,16 +2034,6 @@
<artifactId>org.wso2.carbon.extension.identity.verification.ui</artifactId>
<version>${identity.verification.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.wso2.carbon.identity.framework</groupId>-->
<!-- <artifactId>org.wso2.carbon.identity.api.resource.mgt</artifactId>-->
<!-- <version>${carbon.identity.framework.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.wso2.carbon.identity.framework</groupId>-->
<!-- <artifactId>org.wso2.carbon.identity.api.resource.mgt.server.feature</artifactId>-->
<!-- <version>${carbon.identity.framework.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>msf4j-core</artifactId>
Expand Down

0 comments on commit 6be76b5

Please sign in to comment.