Hi Arnaud,

Arnaud Bailly wrote on Wednesday, June 28, 2006 8:58 AM:

[snip]

> Hello,
> I also have troubles with dependencies range:
> In my parent pom, I put :
> 
>  <dependencyManagement>
>   <dependencies>
>    <dependency>
>     <groupId>commons-collections</groupId>
>     <artifactId>commons-collections</artifactId>
>     <version>(,3.0)</version>
>    </dependency>
>   </dependencies>
>  </dependencyManagement>
> 
> but mvn -X gives me:
> 

[snip]

> 
> I was also wondering if this feature was implemented.

It is, but the dependencyManagement does not manage transient dependencies:
http://jira.codehaus.org/browse/MNG-1577, vote for it!


You have to add the artifact as first class dependency in your POM (without a 
version field).

- Jörg

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

Reply via email to