You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Carlos Sanchez <ca...@apache.org> on 2006/06/24 18:42:20 UTC

commons-chain project.xml improvement

Can anyone please add the properties section of the following
dependencies to commons-chain project.xml?

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.3</version>
      <properties>
        <scope>provided</scope>
      </properties>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <properties>
        <scope>test</scope>
      </properties>
    </dependency>

Thanks

-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: commons-chain project.xml improvement

Posted by Niall Pemberton <ni...@gmail.com>.
Done:

http://svn.apache.org/viewvc?view=rev&revision=416937

Niall

On 6/24/06, Carlos Sanchez <ca...@apache.org> wrote:
> Can anyone please add the properties section of the following
> dependencies to commons-chain project.xml?
>
>    <dependency>
>      <groupId>javax.servlet</groupId>
>      <artifactId>servlet-api</artifactId>
>      <version>2.3</version>
>      <properties>
>        <scope>provided</scope>
>      </properties>
>    </dependency>
>
>    <dependency>
>      <groupId>junit</groupId>
>      <artifactId>junit</artifactId>
>      <version>3.8.1</version>
>      <properties>
>        <scope>test</scope>
>      </properties>
>    </dependency>
>
> Thanks
>
> --
> I could give you my word as a Spaniard.
> No good. I've known too many Spaniards.
>                             -- The Princess Bride
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org