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
|