amogh-jahagirdar commented on code in PR #16244:
URL: https://github.com/apache/iceberg/pull/16244#discussion_r3203095430
##########
gcp-bundle/build.gradle:
##########
@@ -23,6 +23,13 @@ project(":iceberg-gcp-bundle") {
tasks.jar.dependsOn tasks.shadowJar
+ configurations {
+ implementation {
+ exclude group: 'com.google.code.findbugs', module: 'jsr305'
Review Comment:
Normally, I wouldn't do this in a patch release but I think there's a real
concern with jsr305 and LGPL licnesing. Considering it's compile time only, I
just excluded it along with sl4j (but slf4j was already excluded through a
different mechanism)
--
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]