MaxNevermind commented on code in PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#discussion_r1230397111
##########
build.gradle:
##########
@@ -465,15 +465,16 @@ project(':iceberg-aws') {
implementation libs.jackson.databind
implementation libs.jackson.core
- compileOnly libs.awssdk.url.connection.client
- compileOnly libs.awssdk.apache.client
- compileOnly libs.awssdk.auth
- compileOnly libs.awssdk.s3
- compileOnly libs.awssdk.kms
- compileOnly libs.awssdk.glue
- compileOnly libs.awssdk.sts
- compileOnly libs.awssdk.dynamodb
- compileOnly libs.awssdk.lakeformation
+ implementation(platform(libs.awssdk.bom))
Review Comment:
changed it by mistake, thanks!
switched back to compileOnly
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]