nandorKollar commented on code in PR #15500:
URL: https://github.com/apache/iceberg/pull/15500#discussion_r2883368195
##########
gradle/libs.versions.toml:
##########
@@ -111,6 +112,7 @@ awssdk-bom = { module = "software.amazon.awssdk:bom",
version.ref = "awssdk-bom"
awssdk-s3accessgrants = { module =
"software.amazon.s3.accessgrants:aws-s3-accessgrants-java-plugin", version.ref
= "awssdk-s3accessgrants" }
azuresdk-bom = { module = "com.azure:azure-sdk-bom", version.ref =
"azuresdk-bom" }
bson = { module = "org.mongodb:bson", version.ref = "bson-ver"}
+bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on",
version.ref = "bouncycastle" }
Review Comment:
Since this is new dependency, do we have to add the licence of this
dependency to one of the `LICENSE` files in Iceberg?
--
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]