You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Daniel Kulp <dk...@apache.org> on 2009/10/19 15:54:28 UTC

Re: svn commit: r826656 - in /cxf/trunk/systests: jaxws/pom.xml transports/pom.xml

> +            <scope>text</scope>

That's a new one.    text scope?  

:-)

Dan




On Mon October 19 2009 8:48:45 am bimargulies@apache.org 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
dkulp@apache.org
http://www.dankulp.com/blog

Re: svn commit: r826656 - in /cxf/trunk/systests: jaxws/pom.xml transports/pom.xml

Posted by Benson Margulies <bi...@gmail.com>.
whoops. and it didn't complain, either.


On Mon, Oct 19, 2009 at 9:54 AM, Daniel Kulp <dk...@apache.org> wrote:

>
> > +            <scope>text</scope>
>
> That's a new one.    text scope?
>
> :-)
>
> Dan
>
>
>
>
> On Mon October 19 2009 8:48:45 am bimargulies@apache.org 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
> dkulp@apache.org
> http://www.dankulp.com/blog
>