cstamas commented on code in PR #450:
URL: https://github.com/apache/maven-resolver/pull/450#discussion_r1549407294


##########
maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/transformer/NearestVersionSelector.java:
##########
@@ -126,7 +129,7 @@ private UnsolvableVersionConflictException newFailure(final 
ConflictContext cont
         };
         PathRecordingDependencyVisitor visitor = new 
PathRecordingDependencyVisitor(filter);
         context.getRoot().accept(new TreeDependencyVisitor(visitor));
-        return new UnsolvableVersionConflictException(visitor.getPaths());
+        return new UnsolvableVersionConflictException(null, 
visitor.getPaths());

Review Comment:
   undone



-- 
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

Reply via email to