cstamas commented on code in PR #306: URL: https://github.com/apache/maven-resolver/pull/306#discussion_r1412878945
########## maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/selector/ScopeDependencySelector.java: ########## @@ -100,11 +100,11 @@ public boolean selectDependency(Dependency dependency) { public DependencySelector deriveChildSelector(DependencyCollectionContext context) { requireNonNull(context, "context cannot be null"); - if (this.transitive || context.getDependency() == null) { Review Comment: fishy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org