This is an automated email from the ASF dual-hosted git repository. chenhang pushed a commit to branch branch-4.14 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 0966cafda4460d4f6a1de5fedf036bcb4f52bb98 Author: Hang Chen <[email protected]> AuthorDate: Sun Nov 13 01:32:43 2022 +0800 Include bkperf into bk all package (#3632) (cherry picked from commit a9d40822afd48e5e84988e0a41b6140923fb304d) --- bookkeeper-dist/all/pom.xml | 6 ++++++ bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt | 2 ++ 2 files changed, 8 insertions(+) diff --git a/bookkeeper-dist/all/pom.xml b/bookkeeper-dist/all/pom.xml index e780e77ea4..2d68e2b5ae 100644 --- a/bookkeeper-dist/all/pom.xml +++ b/bookkeeper-dist/all/pom.xml @@ -103,6 +103,12 @@ <artifactId>slf4j-log4j12</artifactId> </dependency> + <dependency> + <groupId>org.apache.bookkeeper</groupId> + <artifactId>bookkeeper-perf</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <!-- needed by ZooKeeper server --> <groupId>org.xerial.snappy</groupId> diff --git a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt index 4ecf2e0f03..444dbb2dbf 100644 --- a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt +++ b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt @@ -306,6 +306,7 @@ Apache Software License, Version 2. - lib/org.xerial.snappy-snappy-java-1.1.7.jar [50] - lib/org.slf4j-slf4j-api-1.7.36.jar [51] - lib/org.slf4j-slf4j-reload4j-1.7.36.jar [51] +- lib/org.hdrhistogram-HdrHistogram-2.1.10.jar [52] [1] Source available at https://github.com/FasterXML/jackson-annotations/tree/jackson-annotations-2.11.0 [2] Source available at https://github.com/FasterXML/jackson-core/tree/jackson-core-2.11.0 @@ -355,6 +356,7 @@ Apache Software License, Version 2. [49] Source available at https://github.com/google/conscrypt/releases/tag/2.5.1 [50] Source available at https://github.com/google/snappy/releases/tag/1.1.7 [51] Source available at https://github.com/qos-ch/slf4j +[52] Source available at https://github.com/HdrHistogram/HdrHistogram/tree/HdrHistogram-2.1.10 ------------------------------------------------------------------------------------ lib/io.netty-netty-codec-4.1.72.Final.jar bundles some 3rd party dependencies
