all dependencies to ant in plugins are actually to ant 1.5.3
http://people.apache.org/~brett/maven-stage-site/reference/plugins/dependency-convergence-report.html#ant:ant

Won't it create some problems ?

Arnaud

On 8/31/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> Author: vmassol
> Date: Wed Aug 31 08:15:55 2005
> New Revision: 265502
> 
> URL: http://svn.apache.org/viewcvs?rev=265502&view=rev
> Log:
> MPJETTY-2: Seems that it also requires a dependency on Ant... Not sure why 
> but it's needed apparently...
> 
> Modified:
> maven/maven-1/plugins/trunk/jetty/project.xml
> 
> Modified: maven/maven-1/plugins/trunk/jetty/project.xml
> URL: 
> http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jetty/project.xml?rev=265502&r1=265501&r2=265502&view=diff
> 
> ==============================================================================
> --- maven/maven-1/plugins/trunk/jetty/project.xml (original)
> +++ maven/maven-1/plugins/trunk/jetty/project.xml Wed Aug 31 08:15:55 2005
> @@ -83,5 +83,10 @@
> <artifactId>commons-jelly-tags-xml</artifactId>
> <version>1.0</version>
> </dependency>
> + <dependency>
> + <groupId>ant</groupId>
> + <artifactId>ant</artifactId>
> + <version>1.6.5</version>
> + </dependency>
> </dependencies>
> </project>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to