yanghua edited a comment on issue #1280: [MINOR] Remove junit-dep dependency URL: https://github.com/apache/incubator-hudi/pull/1280#issuecomment-578691365 > > After tracking the git history, the `<junit-dep.version>4.10</junit-dep.version>` was introduced via PR #846 . And the dependency was used in `hudi-cli/pom.xml`. Then, the dependency was removed via HUDI-159. These actions are both invoked by @vinothchandar . > > Regarding the exclusion, @hmatu can you share the result of `system-rules` via `mvn dependency:tree`? Thanks. > > ``` > [INFO] \- com.github.stefanbirkner:system-rules:jar:1.16.0:test > ``` I want to see if `system-rules` really contains **junit-dep** dependency. However, you did not show the dependency relationship. From the maven public repository, I see that it depends on **junit-dep**:https://mvnrepository.com/artifact/com.github.stefanbirkner/system-rules/1.16.0
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
