Hi,

><dependency>
>  <groupId>org.apache.ant</groupId>
>  <artifactId>ant</artifactId>
>  <version>[1.7.0,)</version>

-------------------^
Are you sure about the brackets?

Looks weird :) - apparently this is how you state 1.7.0 or greater
than or equal to in mvn pom language.

So it should pick up the jar (which it does).

Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to