ajantha-bhat commented on code in PR #12553: URL: https://github.com/apache/iceberg/pull/12553#discussion_r2013850856
########## aws-bundle/build.gradle: ########## @@ -36,6 +38,9 @@ project(":iceberg-aws-bundle") { implementation "software.amazon.awssdk:sts" implementation "software.amazon.awssdk:dynamodb" implementation "software.amazon.awssdk:lakeformation" + implementation "software.amazon.awssdk:url-connection-client" Review Comment: Thats a compile only addition in `iceberg-aws` to specifically not include it in the runtime. Here we are including in the runtime. So, I am inclined towards removing this just here. @jackye1995, @nastra : WDYT? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org