You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Joao Batistella <jo...@ptinovacao.pt> on 2005/11/03 17:14:32 UTC

Where this dependency come from?

When I try to build my project, Maven tries to download commons-logging-1.1-dev.jar. But I have no declared dependency for this library.

Where can I see this dependency?

 

Thanks

João Paulo.


Re: Where this dependency come from?

Posted by Ralph Pöllath <li...@poellath.org>.
On 03.11.2005, at 17:14, Joao Batistella wrote:
> When I try to build my project, Maven tries to download commons- 
> logging-1.1-dev.jar. But I have no declared dependency for this  
> library.
>
> Where can I see this dependency?

If you're running maven2, it's probably a transitive dependency. Try  
adding the -X option to see those listed.

Cheers,
-Ralph.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Where this dependency come from?

Posted by Emmanuel Venisse <em...@venisse.net>.
maven1 or maven 2?

Joao Batistella said:
> When I try to build my project, Maven tries to download
> commons-logging-1.1-dev.jar. But I have no declared dependency for this
> library.
>
> Where can I see this dependency?
>
>
>
> Thanks
>
> João Paulo.
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org