zentol opened a new pull request, #20381: URL: https://github.com/apache/flink/pull/20381
Removes an unused dependency. `end-to-end-tests-common-elasticsearch` now has a direct compile dependency on `junit-jupiter`, which previously got pulled in by `curator-test`. `sql-client` no longer excludes `guava` from `hadoop-common`, because `guava` was previously pulled in by `curator-test` and is still required by the annoying `KerberosDelegationTokenManager` which automatically activates when `hadoop-common` is on the classpath. Core benefit is one less dependency being pulled into user projects. -- 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]
