Author: prabath Date: Thu Apr 2 11:50:04 2009 New Revision: 33162 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=33162
Log: updating opensaml dependencies 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=33162&r1=33161&r2=33162&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Thu Apr 2 11:50:04 2009 @@ -389,12 +389,6 @@ <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> 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=33162&r1=33161&r2=33162&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Thu Apr 2 11:50:04 2009 @@ -83,6 +83,8 @@ <include>org.wso2.carbon:org.wso2.carbon.hibernate:jar</include> <include>org.wso2.carbon:org.wso2.carbon.abdera:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.base:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.openid4java:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.opensaml2:jar</include> </includes> </dependencySet> </dependencySets> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
