> + <scope>text</scope> That's a new one. text scope?
:-) Dan On Mon October 19 2009 8:48:45 am [email protected] wrote: > Author: bimargulies > Date: Mon Oct 19 12:48:44 2009 > New Revision: 826656 > > URL: http://svn.apache.org/viewvc?rev=826656&view=rev > Log: > CXF-1355: fix classpaths for tests. > > Modified: > cxf/trunk/systests/jaxws/pom.xml > cxf/trunk/systests/transports/pom.xml > > Modified: cxf/trunk/systests/jaxws/pom.xml > URL: > http://svn.apache.org/viewvc/cxf/trunk/systests/jaxws/pom.xml?rev=826656&r > 1=826655&r2=826656&view=diff > ========================================================================== > ==== --- cxf/trunk/systests/jaxws/pom.xml (original) > +++ cxf/trunk/systests/jaxws/pom.xml Mon Oct 19 12:48:44 2009 > @@ -170,6 +170,36 @@ > </dependency> > <dependency> > <groupId>org.springframework</groupId> > + <artifactId>spring-web</artifactId> > + <scope>provided</scope> > + <version>${spring.version}</version> > + </dependency> > + <dependency> > + <groupId>org.springframework</groupId> > + <artifactId>spring-webmvc</artifactId> > + <scope>provided</scope> > + <version>${spring.version}</version> > + </dependency> > + <dependency> > + <groupId>org.springframework</groupId> > + <artifactId>spring-aop</artifactId> > + <scope>provided</scope> > + <version>${spring.version}</version> > + </dependency> > + <dependency> > + <groupId>org.springframework</groupId> > + <artifactId>spring-beans</artifactId> > + <scope>provided</scope> > + <version>${spring.version}</version> > + </dependency> > + <dependency> > + <groupId>org.springframework</groupId> > + <artifactId>spring-context</artifactId> > + <scope>provided</scope> > + <version>${spring.version}</version> > + </dependency> > + <dependency> > + <groupId>org.springframework</groupId> > <artifactId>${spring.mock}</artifactId> > <version>${spring.version}</version> > </dependency> > > Modified: cxf/trunk/systests/transports/pom.xml > URL: > http://svn.apache.org/viewvc/cxf/trunk/systests/transports/pom.xml?rev=826 > 656&r1=826655&r2=826656&view=diff > ========================================================================== > ==== --- cxf/trunk/systests/transports/pom.xml (original) > +++ cxf/trunk/systests/transports/pom.xml Mon Oct 19 12:48:44 2009 > @@ -209,6 +209,31 @@ > <scope>test</scope> > </dependency> > <dependency> > + <groupId>org.springframework</groupId> > + <artifactId>spring-web</artifactId> > + <scope>text</scope> > + <version>${spring.version}</version> > + </dependency> > + <dependency> > + <groupId>org.springframework</groupId> > + <artifactId>spring-webmvc</artifactId> > + <scope>test</scope> > + <version>${spring.version}</version> > + </dependency> > + <dependency> > + <groupId>org.springframework</groupId> > + <artifactId>spring-beans</artifactId> > + <scope>test</scope> > + <version>${spring.version}</version> > + </dependency> > + <dependency> > + <groupId>org.springframework</groupId> > + <artifactId>spring-context</artifactId> > + <scope>test</scope> > + <version>${spring.version}</version> > + </dependency> > + > + <dependency> > <groupId>org.aspectj</groupId> > <artifactId>aspectjrt</artifactId> > <version>1.5.4</version> > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
