Hi,

Torsten Schlabach schrieb:
Hi?

I am analyzing my project with the dependency plugin:

http://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html

It says I have used, undeclared dependencies.

Does that mean, my code depends on libs which I have failed to declare as a dependency, but Maven applied some magic to provide them anyway?

Maven is good, but not that good. The libraries are pulled in as a transitive dependency of one of your declared dependencies.


Regards,
Torsten

-Tim

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


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

Reply via email to