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
This now amounts to an enhancement, but it's always been broken.
MavenPomView should produce things like DependencyView that are collapsed where they overlap. For instance, if the parent declares a direct dep on junit with a scope of test, and a child POM redeclares the direct dep with scope of compile, the result of MavenPomView.getAllDirectDependencies() should be a single DependencyView with scope of compile.
The text was updated successfully, but these errors were encountered:
This now amounts to an enhancement, but it's always been broken.
MavenPomView should produce things like DependencyView that are collapsed where they overlap. For instance, if the parent declares a direct dep on junit with a scope of test, and a child POM redeclares the direct dep with scope of compile, the result of MavenPomView.getAllDirectDependencies() should be a single DependencyView with scope of compile.
The text was updated successfully, but these errors were encountered: