xiangfu0 opened a new pull request, #18016: URL: https://github.com/apache/pinot/pull/18016
## Summary - replace the Mockito `MavenProject` mock in `PinotCustomDependencyVersionRuleTest` with real `MavenProject` fixtures - use a lightweight real `MavenSession` rooted at the top-level project so the test no longer depends on Mockito inline bytecode instrumentation of Maven internals - keep the existing rule assertions intact while modeling real root/submodule pom paths ## Testing - ./mvnw spotless:apply -pl pinot-dependency-verifier - ./mvnw checkstyle:check -pl pinot-dependency-verifier - ./mvnw license:format -pl pinot-dependency-verifier - ./mvnw license:check -pl pinot-dependency-verifier - ./mvnw -pl pinot-dependency-verifier test -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
