For information to anyone wanting to work out a transitive dep tree... if find the following helpful:

running

mvn -X install

will tell you the dependency tree for each artifact, and the also tell you the resulting packaged jar. If an intermediate pom had an exclusion, then it might filter out the dep. Even with that information, still needs a lot of thought since that will only give you the information, not the answer.

Ian

On 20 Jul 2008, at 05:52, Brian Eaton wrote:

How on earth did you figure out that the htmlunit dep on an older
version of commons-io was causing this?

Reply via email to