yuqi1129 commented on code in PR #11616:
URL: https://github.com/apache/gravitino/pull/11616#discussion_r3412355371


##########
bundles/iceberg-aliyun-bundle/build.gradle.kts:
##########
@@ -30,6 +30,8 @@ dependencies {
   // Aliyun oss SDK depends on this package, and JDK >= 9 requires manual add
   // 
https://www.alibabacloud.com/help/en/oss/developer-reference/java-installation?spm=a2c63.p38356.0.i1
   implementation(libs.sun.activation)
+  // Include Gravitino Aliyun credential providers (OSSSecretKeyProvider, 
etc.) for credential vending
+  implementation(project(":bundles:aliyun"))

Review Comment:
   Why do we need to include this in the bundle jar? Is this problem introduced 
in 1.3.0, or has it existed for a long time?



-- 
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]

Reply via email to