Skip to content

Commit

Permalink
Merge pull request #48 from dewniMW/permtree
Browse files Browse the repository at this point in the history
Move component.xml
  • Loading branch information
AnuradhaSK authored Jun 17, 2022
2 parents 1a23ace + 4024c2d commit 711d993
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 136 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
<groupId>org.wso2.carbon.identity.organization.management</groupId>
<artifactId>org.wso2.carbon.identity.organization.management.service</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.organization.management</groupId>
<artifactId>org.wso2.carbon.identity.organization.management.user.role.service</artifactId>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -89,7 +85,6 @@
<bundleDef>org.wso2.carbon.identity.organization.management:org.wso2.carbon.identity.organization.management.authz.valve</bundleDef>
<bundleDef>org.wso2.carbon.identity.organization.management:org.wso2.carbon.identity.organization.management.role.management.service</bundleDef>
<bundleDef>org.wso2.carbon.identity.organization.management:org.wso2.carbon.identity.organization.management.service</bundleDef>
<bundleDef>org.wso2.carbon.identity.organization.management:org.wso2.carbon.identity.organization.management.user.role.service</bundleDef>
</bundles>
<importFeatures>
<importFeatureDef>org.wso2.carbon.core:compatible:${carbon.kernel.feature.version}</importFeatureDef>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<module>components/org.wso2.carbon.identity.organization.management.authz.valve</module>
<module>components/org.wso2.carbon.identity.organization.management.endpoint</module>
<module>components/org.wso2.carbon.identity.organization.management.service</module>
<module>components/org.wso2.carbon.identity.organization.management.user.role.service</module>
<module>components/org.wso2.carbon.identity.organization.management.role.management.service</module>
<module>components/org.wso2.carbon.identity.organization.management.role.management.endpoint</module>
<module>components/org.wso2.carbon.identity.organization.management.application</module>
Expand Down Expand Up @@ -179,12 +178,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.organization.management</groupId>
<artifactId>org.wso2.carbon.identity.organization.management.user.role.service</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
Expand Down

0 comments on commit 711d993

Please sign in to comment.