This is an automated email from the ASF dual-hosted git repository. zhaocong pushed a commit to branch branch-2.10.5.3-a41ecf in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 9cf4779aadd3720fb244fcbeec7c3776d3ae364a Author: Mattison Chao <[email protected]> AuthorDate: Fri Dec 29 23:10:33 2023 +0800 Fix license check --- distribution/server/src/assemble/LICENSE.bin.txt | 1 + pulsar-sql/presto-distribution/LICENSE | 3 +++ 2 files changed, 4 insertions(+) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index 73097e53f49..2b1cf57203f 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -394,6 +394,7 @@ The Apache Software License, Version 2.0 - org.apache.logging.log4j-log4j-core-2.18.0.jar - org.apache.logging.log4j-log4j-slf4j-impl-2.18.0.jar - org.apache.logging.log4j-log4j-web-2.18.0.jar + - org.apache.logging.log4j-log4j-layout-template-json-2.20.0.jar * Java Native Access JNA -- net.java.dev.jna-jna-4.2.0.jar * BookKeeper - org.apache.bookkeeper-bookkeeper-common-4.14.7.jar diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE index bfc8923dba8..61530681d01 100644 --- a/pulsar-sql/presto-distribution/LICENSE +++ b/pulsar-sql/presto-distribution/LICENSE @@ -349,6 +349,9 @@ The Apache Software License, Version 2.0 - leveldb-api-0.10.jar * Log4j implemented over SLF4J - log4j-over-slf4j-1.7.32.jar + - log4j-api-2.18.0.jar + - log4j-core-2.18.0.jar + - log4j-layout-template-json-2.20.0.jar * Lucene Common Analyzers - lucene-analyzers-common-8.4.1.jar - lucene-core-8.4.1.jar
