This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push: new 4be3aaee7560 [SPARK-51390][INFRA] Add more dependencies in LICENSE-binary for Spark 4.0.0 release 4be3aaee7560 is described below commit 4be3aaee7560338468ddf9f24b987c761a9e61d5 Author: Chris Nauroth <cnaur...@apache.org> AuthorDate: Wed Mar 5 10:24:18 2025 +0800 [SPARK-51390][INFRA] Add more dependencies in LICENSE-binary for Spark 4.0.0 release ### What changes were proposed in this pull request? While reviewing Spark 4.0.0 RC2, I noticed the binary distribution included several jars that were not covered in the license file. This change covers all of the missing dependencies that I found. Additionally, I have corrected a minor syntax problem regarding HikariCP, using the ':' delimiter to separate group from artifact ID. ### Why are the changes needed? Provide complete license information on bundled dependencies in binary distributions for the 4.0.0 release. ### Does this PR introduce _any_ user-facing change? Yes. These changes will be visible in the license file of the binary distribution. There is no change in functionality. ### How was this patch tested? Existing tests ### Was this patch authored or co-authored using generative AI tooling? No. Closes #50158 from cnauroth/SPARK-51390. Authored-by: Chris Nauroth <cnaur...@apache.org> Signed-off-by: Kent Yao <y...@apache.org> --- LICENSE-binary | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/LICENSE-binary b/LICENSE-binary index e9d9433ba944..1fc531d80052 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -215,8 +215,10 @@ com.github.joshelser:dropwizard-metrics-hadoop-metrics2-reporter com.google.code.findbugs:jsr305 com.google.code.gson:gson com.google.crypto.tink:tink +com.google.errorprone:error_prone_annotations com.google.flatbuffers:flatbuffers-java com.google.guava:guava +com.google.j2objc:j2objc-annotations com.jamesmurty.utils:java-xmlbuilder com.ning:compress-lzf com.squareup.okhttp3:logging-interceptor @@ -226,7 +228,7 @@ com.tdunning:json com.twitter:chill-java com.twitter:chill_2.13 com.univocity:univocity-parsers -com.zaxxer.HikariCP +com.zaxxer:HikariCP commons-cli:commons-cli commons-codec:commons-codec commons-collections:commons-collections @@ -273,6 +275,7 @@ io.jsonwebtoken:jjwt-jackson io.netty:netty-all io.netty:netty-buffer io.netty:netty-codec +io.netty:netty-codec-dns io.netty:netty-codec-http io.netty:netty-codec-http2 io.netty:netty-codec-socks @@ -280,6 +283,7 @@ io.netty:netty-common io.netty:netty-handler io.netty:netty-handler-proxy io.netty:netty-resolver +io.netty:netty-resolver-dns io.netty:netty-tcnative-boringssl-static io.netty:netty-tcnative-classes io.netty:netty-transport @@ -383,6 +387,8 @@ org.glassfish.jersey.core:jersey-client org.glassfish.jersey.core:jersey-common org.glassfish.jersey.core:jersey-server org.glassfish.jersey.inject:jersey-hk2 +org.javassist:javassist +org.jetbrains:annotations org.json4s:json4s-ast_2.13 org.json4s:json4s-core_2.13 org.json4s:json4s-jackson-core_2.13 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org