danielcweeks commented on code in PR #15703:
URL: https://github.com/apache/iceberg/pull/15703#discussion_r3632104403
##########
build.gradle:
##########
@@ -403,6 +403,13 @@ project(':iceberg-core') {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
}
+ // OAuth2
+ implementation(libs.nimbus.oauth2.oidc.sdk) {
Review Comment:
I'm not sure how to address the dependency issues, but this pulls in
dependencies for the runtime bundles without actually using them yet. Is there
an easy way to exclude these until we have an implementation that would
actually be used.
--
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]