You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dependency is ignored when previously found with other scope
Currently if a maven dependency is reachable to different chains of
dependencies it can happen that the first visited one is from an
excluded scope. In this case the maven-target marks the dependency as
already processed but then ignore it. If it now appears later with a
valid scope it is ignored because already processed.
This now changes the check so it first test if it is a valid scope
before processing it any further.
0 commit comments