elharo merged PR #451:
URL: https://github.com/apache/maven-dependency-plugin/pull/451
--
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..
mihirgune commented on code in PR #451:
URL:
https://github.com/apache/maven-dependency-plugin/pull/451#discussion_r1835480608
##
src/test/java/org/apache/maven/plugins/dependency/tree/TestTreeMojo.java:
##
@@ -31,9 +31,8 @@
import java.nio.file.Files;
import java.nio.file.Pa
elharo commented on code in PR #451:
URL:
https://github.com/apache/maven-dependency-plugin/pull/451#discussion_r1835365063
##
src/test/java/org/apache/maven/plugins/dependency/tree/TestTreeMojo.java:
##
@@ -31,9 +31,8 @@
import java.nio.file.Files;
import java.nio.file.Path;
mihirgune opened a new pull request, #451:
URL: https://github.com/apache/maven-dependency-plugin/pull/451
### Description
This pull request addresses the flakiness in the following tests within the
class
[org.apache.maven.plugins.dependency.tree.TestTreeMojo](https://github.com/apac