Hi,
in my original post I've described that exclusions from the
dependencyManagement are used for downstream projects as long as there
aren't any exclusions specified at the dependency itself. So the
conclusion that dependencyManagement isn't transitive cannot be true, at
least for some cases
I have observed similar behavior with the version number. My conclusion was
that dependencyManagement is not transitive.
Example of what I observed: I have a project my-library with transitive
dependencies on 3rd-party-library version 1.1 and 1.2 that would normally
resolve to 1.1. I use dependenc
Hi all,
I have a question on how effective dependency exclusions are computed.
I'd expect that exclusions are additive when specified for the same
dependency in the dependencyManagement and dependencies sections. This
is also what I read at https://stackoverflow.com/a/10736186
The output of