InvisibleProgrammer opened a new pull request, #4576: URL: https://github.com/apache/hive/pull/4576
This change removes Mockito dependency from the root pom.xml to be able to upgrade mockito on a module bases and it enables removing PowerMock. Upstream conversation in the ticket: https://issues.apache.org/jira/browse/HIVE-27592 ### What changes were proposed in this pull request? Remove Mockito and PowerMock from root pom.xml and define those dependencies in the projects that are using them. ### Why are the changes needed? To be able to remove PowerMock module-by-module. ### Does this PR introduce _any_ user-facing change? No ### Is the change a dependency upgrade? No ### How was this patch tested? By running precommit tests. -- 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]
