Author: prabath Date: Sun May 24 00:34:44 2009 New Revision: 36610 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36610
Log: adding spring.framework 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=36610&r1=36609&r2=36610&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Sun May 24 00:34:44 2009 @@ -254,6 +254,12 @@ <!-- required by org.wso2.carbon.logging.service --> <dependency> + <groupId>org.springframework.ws.wso2</groupId> + <artifactId>spring.framework</artifactId> + <version>2.5.1.wso2v1</version> + </dependency> + + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.logging.admin.ui</artifactId> <version>${carbon.version}</version> 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=36610&r1=36609&r2=36610&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Sun May 24 00:34:44 2009 @@ -28,9 +28,9 @@ <include>org.wso2.carbon:org.wso2.carbon.identity.user.registration.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.provider.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.identity.sts.mgt.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.identity.sts.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.relyingparty.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.identity.provider.openid.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.identity.provider.openid.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.provider.openid:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.menu.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.user.profile.ui:jar</include> @@ -81,6 +81,7 @@ <include>org.apache.axis.wso2:axis:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.base:jar</include> <include>org.openid4java.wso2:openid4java-nodeps:jar</include> + <include>org.springframework.ws.wso2:spring.framework:jar</include> </includes> </dependencySet> </dependencySets> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
