Yes Asankha, This is a good practice. I have updated the wiki with the dependencies that I have added to get the clustering working.
Thanks, Ruwan On Nov 15, 2007 9:53 PM, Asankha C. Perera <[EMAIL PROTECTED]> wrote: > Hi Ruwan and others.. > > Lets make it a policy to update the LICENSE and NOTICE files whenever we > add or remove dependencies from the binary distribution of Synapse. This > includes *all* changes (i.e. including transitive dependencies) for > which we need to include LICENSE and NOTICE information. > > Thus please update the wiki page I created for this purpose at > http://wiki.apache.org/ws/SynapseDependencies starting with this change. > This would allow us to make faster releases next time and to be sure on > each dependency we include. > > thanks > asankha > > [EMAIL PROTECTED] wrote: > > Author: ruwan > > Date: Tue Nov 13 04:17:46 2007 > > New Revision: 594506 > > > > URL: http://svn.apache.org/viewvc?rev=594506&view=rev > > Log: > > Synapse clustering support introduction > > > > Modified: > > webservices/synapse/trunk/java/pom.xml > > webservices/synapse/trunk/java/repository/conf/axis2.xml > > > > Modified: webservices/synapse/trunk/java/pom.xml > > URL: > http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?rev=594506&r1=594505&r2=594506&view=diff > > > ============================================================================== > > --- webservices/synapse/trunk/java/pom.xml (original) > > +++ webservices/synapse/trunk/java/pom.xml Tue Nov 13 04:17:46 2007 > > @@ -265,6 +265,16 @@ > > </dependency> > > <dependency> > > <groupId>org.apache.axis2</groupId> > > + <artifactId>axis2-clustering</artifactId> > > + <version>${axis2.version}</version> > > + </dependency> > > + <dependency> > > + <groupId>org.apache.axis2</groupId> > > + <artifactId>axis2-saaj</artifactId> > > + <version>${axis2.version}</version> > > + </dependency> > > + <dependency> > > + <groupId>org.apache.axis2</groupId> > > <artifactId>axis2-mtompolicy</artifactId> > > <version>${axis2.version}</version> > > </dependency> > > @@ -414,6 +424,14 @@ > > </dependency> > > <dependency> > > <groupId>org.apache.axis2</groupId> > > + <artifactId>axis2-clustering</artifactId> > > + </dependency> > > + <dependency> > > + <groupId>org.apache.axis2</groupId> > > + <artifactId>axis2-saaj</artifactId> > > + </dependency> > > + <dependency> > > + <groupId>org.apache.axis2</groupId> > > <artifactId>axis2-mtompolicy</artifactId> > > </dependency> > > > > @@ -1034,7 +1052,7 @@ > > > > <!-- dependencies of Synapse extensions module --> > > <wso2commons.version>1.2</wso2commons.version> > > - <wso2caching.version>0.1</wso2caching.version> > > + <wso2caching.version>SNAPSHOT</wso2caching.version> > > <wso2throttle.version>r9300</wso2throttle.version> > > <spring.version>1.2.6</spring.version> > > <xbean.version>2.2.0</xbean.version> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Ruwan Linton http://www.wso2.org - "Oxygenating the Web Services Platform"
