Author: prabath Date: Sun May 3 08:12:47 2009 New Revision: 34722 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34722
Log: added missing dependencies 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=34722&r1=34721&r2=34722&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Sun May 3 08:12:47 2009 @@ -266,6 +266,30 @@ <version>${carbon.version}</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.profile.mgt</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.profile.ui</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.claim.mgt</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.claim.mgt.ui</artifactId> + <version>${carbon.version}</version> + </dependency> + <!-- Orbit dependency foe axis1service component --> <dependency> <groupId>org.apache.axis.wso2</groupId> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
