Skip to content

Commit

Permalink
Merge pull request #481 from wso2/revert-477-migrate-security-mgt-mod…
Browse files Browse the repository at this point in the history
…ule-group

Revert "Migrate security-mgt module from framework to its own group."
  • Loading branch information
mpmadhavig committed Sep 1, 2023
2 parents 27cd1d7 + 18f262f commit 506450f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.security.mgt</groupId>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.security.mgt</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.security.mgt</groupId>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.security.mgt</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.security.mgt</groupId>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.security.mgt</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@
<version>${identity.inbound.oauth2.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.security.mgt</groupId>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.security.mgt</artifactId>
<version>${carbon.security.mgt.version}</version>
<version>${carbon.identity.framework.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -689,7 +689,7 @@
<maven.buildnumber.plugin.version>1.4</maven.buildnumber.plugin.version>
<org.apache.felix.annotations.version>1.2.4</org.apache.felix.annotations.version>
<identity.governance.version>1.8.57</identity.governance.version>
<carbon.identity.framework.version>5.25.302</carbon.identity.framework.version>
<carbon.identity.framework.version>5.25.305</carbon.identity.framework.version>
<maven.findbugsplugin.version>3.0.5</maven.findbugsplugin.version>
<identity.workflow.impl.bps.version>5.2.0</identity.workflow.impl.bps.version>
<maven.checkstyleplugin.excludes>**/gen/**/*</maven.checkstyleplugin.excludes>
Expand All @@ -700,7 +700,6 @@
<mavan.findbugsplugin.exclude.file>findbugs-exclude-filter.xml</mavan.findbugsplugin.exclude.file>
<carbon.kernel.version>4.9.4</carbon.kernel.version>
<carbon.multitenancy.version>4.9.10</carbon.multitenancy.version>
<carbon.security.mgt.version>1.0.0</carbon.security.mgt.version>
<org.wso2.carbon.identity.remotefetch.version>0.7.12</org.wso2.carbon.identity.remotefetch.version>
<org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.version>2.4.21</org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.version>
<org.wso2.carbon.event.publisher.version>5.2.15</org.wso2.carbon.event.publisher.version>
Expand Down

0 comments on commit 506450f

Please sign in to comment.