mchades commented on code in PR #8050:
URL: https://github.com/apache/gravitino/pull/8050#discussion_r2293780622


##########
bundles/aws/build.gradle.kts:
##########
@@ -40,15 +43,12 @@ dependencies {
     exclude("*")
   }
 
-  implementation(libs.aws.iam)
-  implementation(libs.aws.policy)

Review Comment:
   > I also need to put `libs.aws.policy` and `libs.aws.iam` in the class path 
to make it runs
   
   Are you sure? If it's just simple file access, I think there's no need to 
introduce these two dependencies. (the test `TestCredentialProvider` in this 
module runs well and we only use `testImplementation(libs.aws.s3)`)



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