Author: prabath Date: Tue May 12 13:57:55 2009 New Revision: 35627 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35627
Log: removing dependencies moved to carbon core Modified: trunk/solutions/identity/modules/distribution/pom.xml trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Modified: trunk/solutions/identity/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/pom.xml?rev=35627&r1=35626&r2=35627&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Tue May 12 13:57:55 2009 @@ -273,18 +273,6 @@ <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.server.admin</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.server.admin.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.statistics</artifactId> <version>${carbon.version}</version> </dependency> @@ -297,24 +285,6 @@ <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.user.mgt</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.user.mgt.stub</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.user.mgt.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.profiles.mgt</artifactId> <version>${carbon.version}</version> </dependency> Modified: trunk/solutions/identity/modules/distribution/src/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/src/assembly/dist.xml?rev=35627&r1=35626&r2=35627&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Tue May 12 13:57:55 2009 @@ -14,12 +14,8 @@ <include>org.wso2.carbon:org.wso2.carbon.security.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.logging.admin.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.logging.view.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.server.admin.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.statistics.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.xkms.mgt.ui:jar</include> - - <include>org.wso2.carbon:org.wso2.carbon.user.mgt.stub:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.user.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.profiles.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.claim.mgt.ui:jar</include> @@ -51,7 +47,6 @@ <include>org.wso2.carbon:org.wso2.carbon.xfer:jar</include> <include>org.wso2.carbon:org.wso2.carbon.mex:jar</include> <include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.server.admin:jar</include> <include>org.wso2.carbon:org.wso2.carbon.statistics:jar</include> <include>org.wso2.carbon:org.wso2.carbon.xkms:jar</include> <include>org.wso2.carbon:org.wso2.carbon.xkms.mgt:jar</include> @@ -69,7 +64,6 @@ <include>org.wso2.carbon:org.wso2.carbon.identity.user.profile:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.entitlement:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.user.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.profiles.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.claim.mgt:jar</include> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
