Author: prabath Date: Wed Apr 1 12:35:39 2009 New Revision: 33117 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=33117
Log: added carbon orbit 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=33117&r1=33116&r2=33117&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Wed Apr 1 12:35:39 2009 @@ -381,6 +381,24 @@ <version>${carbon.version}</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.openid4java</artifactId> + <version>0.9.3.1</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.opensaml</artifactId> + <version>1.1</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.opensaml2</artifactId> + <version>2.0-alpha1</version> + </dependency> + </dependencies> <build> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
