yuqi1129 commented on code in PR #8050:
URL: https://github.com/apache/gravitino/pull/8050#discussion_r2293515112
##########
bundles/aws/build.gradle.kts:
##########
@@ -40,15 +43,12 @@ dependencies {
exclude("*")
}
- implementation(libs.aws.iam)
- implementation(libs.aws.policy)
Review Comment:
Since lacking so many dependencies, how can we assure that it's easy for
users to use the jar. IFAIK, the difference between `aws` and `aws-bundle` is
that the latter contains dependencies `hadoop-aws` and `hadoop`, so is it
reasonable to exclude dependencies like `libs.aws.iam`, `libs.aws.policy`?
--
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]