Skip to content

Improved support for transitive dependencies

Compare
Choose a tag to compare
@reiz reiz released this 24 Mar 09:44
· 15 commits to master since this release

This releases improves the implementation of this configuration option:

<transitiveDependencies>true</transitiveDependencies>

Now this option will collect ALL transitive dependencies with RUNTIME scope. That means transitive dependencies with TEST or PROVIDED scopes are ignored.