I have a module A with a dependency on log4j-1.2.15 and transitive="false". After resolving the ivy-report shows only the log4j-module without its dependencies (which is correct).
When I reference module A in module B the ivy-report of module B shows the transitive dependencies from log4j-1.2.15 again (which is wrong). So resolving does not work because of the missing dependencies. This was working without problems with 2.0.0-beta2 (switched back to 2.0.0-beta2 to verify). Is this a bug or do I miss something? Thanks, Andreas
