dimas-b commented on code in PR #2680:
URL: https://github.com/apache/polaris/pull/2680#discussion_r2422259640
##########
polaris-core/build.gradle.kts:
##########
@@ -24,6 +24,7 @@ plugins {
dependencies {
implementation(project(":polaris-api-management-model"))
+ implementation(libs.apache.httpclient5)
Review Comment:
The pluggability aspect is not about "heavy" or "light" depenpencies per se,
but about giving downstream projects control over what to enable/bundle or not.
As this appears to be a point where a bit of misunderstanding developed, let's
move the discussion about this particular aspect to the `dev` ML for visibility
and reaching consensus within the broader community (not everyone watches PRs).
--
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]