A colleague was getting an unsatisfied dependency error. While helping him debug the problem, I came across a really odd situation. The artifact in question is:

com.sun:tools:jar:1.5.0:system

This jar is not in either of our repositories, yet when we execute Maven on the command line we don't see this unsatisfied error. When I run "mvn dependency:list" I can see that it is required - apparently by an OpenSymphony artifact.

How is it possible for this artifact to be a dependency (transitive or otherwise) and not have been pulled into my local repository?

Dave


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

Reply via email to