Asankha, I had to revert this change (and the previous one) because they cause the Axis2 build to fail (not in the modules you changed, but in modules depending on those, e.g. jaxws and metadata).
Andreas On Tue, Jan 13, 2009 at 19:03, <[email protected]> wrote: > Author: asankha > Date: Tue Jan 13 10:02:54 2009 > New Revision: 734201 > > URL: http://svn.apache.org/viewvc?rev=734201&view=rev > Log: > make transport dependencies valid only for the testing scope in maven > > Modified: > webservices/axis2/trunk/java/modules/addressing/pom.xml > webservices/axis2/trunk/java/modules/saaj/pom.xml > > Modified: webservices/axis2/trunk/java/modules/addressing/pom.xml > URL: > http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/addressing/pom.xml?rev=734201&r1=734200&r2=734201&view=diff > ============================================================================== > --- webservices/axis2/trunk/java/modules/addressing/pom.xml (original) > +++ webservices/axis2/trunk/java/modules/addressing/pom.xml Tue Jan 13 > 10:02:54 2009 > @@ -41,14 +41,17 @@ > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>axis2-transport-http</artifactId> > + <scope>test</scope> > </dependency> > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>axis2-transport-tcp</artifactId> > + <scope>test</scope> > </dependency> > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>axis2-transport-local</artifactId> > + <scope>test</scope> > </dependency> > </dependencies> > <build> > > Modified: webservices/axis2/trunk/java/modules/saaj/pom.xml > URL: > http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj/pom.xml?rev=734201&r1=734200&r2=734201&view=diff > ============================================================================== > --- webservices/axis2/trunk/java/modules/saaj/pom.xml (original) > +++ webservices/axis2/trunk/java/modules/saaj/pom.xml Tue Jan 13 10:02:54 2009 > @@ -45,14 +45,17 @@ > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>axis2-transport-http</artifactId> > + <scope>test</scope> > </dependency> > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>axis2-transport-tcp</artifactId> > + <scope>test</scope> > </dependency> > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>axis2-transport-local</artifactId> > + <scope>test</scope> > </dependency> > <dependency> > <groupId>org.apache.axis2</groupId> > > >
