ivy-user,
I'm finding that an exclude does not work when the dependency being
excluded is inherited from a parent configuration. Is this deliberate or
a bug? I was expecting it to be excluded.
Take the following ivy.xml file:
junit is inherited from the runtime configuration, however it is not
excluded.
If I were to explicitly add tests-unit to the junit dependency, the
exclude works:
Regards,
Jeff