Author: dimuthul Date: Sun May 3 08:51:44 2009 New Revision: 34727 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34727
Log: Adding the user.profiles. Modified: trunk/solutions/identity/modules/distribution/pom.xml Modified: trunk/solutions/identity/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/pom.xml?rev=34727&r1=34726&r2=34727&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Sun May 3 08:51:44 2009 @@ -107,6 +107,19 @@ <artifactId>org.wso2.carbon.identity.user.registration.ui</artifactId> <version>${carbon.version}</version> </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.identity.user.profile</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.identity.user.profile.ui</artifactId> + <version>${carbon.version}</version> + </dependency> + <dependency> <groupId>org.wso2.carbon</groupId> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
