rdblue commented on a change in pull request #2032:
URL: https://github.com/apache/iceberg/pull/2032#discussion_r552224611
##########
File path: build.gradle
##########
@@ -394,6 +394,9 @@ project(':iceberg-flink-runtime') {
dependencies {
compile project(':iceberg-flink')
compile project(':iceberg-aws')
+ compile(project(':iceberg-nessie')) {
+ exclude group: 'com.google.code.findbugs', module: 'jsr305'
+ }
Review comment:
Do we need to update the LICENSE and NOTICE for the Jar?
----------------------------------------------------------------
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]