danielcweeks commented on a change in pull request #1573:
URL: https://github.com/apache/iceberg/pull/1573#discussion_r503379250
##########
File path: build.gradle
##########
@@ -237,6 +237,21 @@ project(':iceberg-data') {
}
}
+project(':iceberg-aws') {
+ dependencies {
+ compile project(':iceberg-api')
+ compile project(':iceberg-core')
+
+ compileOnly "com.amazonaws:aws-java-sdk-core"
Review comment:
Good point. Core is actually a dependency of S3 anyway, so it is pulled
transitively. No need to depend on it directly.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]