zabetak opened a new pull request, #3819: URL: https://github.com/apache/hive/pull/3819
### What changes were proposed and why? The junit-jupiter-api dependency coming from curator-test comes in conflict with the one used by the surefire plugin and the one used in Hive causing many problems with the discovery of tests in many modules. Excluding the junit-jupiter-api dependency from curator remedies the problem for now. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ``` cd itests/hive-unit && mvn test mvn test -Dtest=StartMiniHS2Cluster ``` -- 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]
