rdblue commented on code in PR #15703:
URL: https://github.com/apache/iceberg/pull/15703#discussion_r3639540942


##########
build.gradle:
##########
@@ -395,6 +395,13 @@ project(':iceberg-core') {
       exclude group: 'org.slf4j', module: 'slf4j-log4j12'
     }
 
+    // OAuth2
+    implementation(libs.nimbus.oauth2.oidc.sdk) {
+      exclude group: 'net.minidev', module: 'accessors-smart'

Review Comment:
   Does this need another JSON library? How larger are the dependency additions 
to the runtime Jars?



-- 
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]

Reply via email to