This is an automated email from the ASF dual-hosted git repository. yong pushed a commit to branch branch-4.15 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit ba473740dea96136662937aeb1407a8d6b3e7b39 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 b9a82bd0e4..24b5a8fa0c 100644 --- a/bookkeeper-dist/all/pom.xml +++ b/bookkeeper-dist/all/pom.xml @@ -103,6 +103,12 @@ <version>${project.version}</version> </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 52501f29c2..b2d2196353 100644 --- a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt +++ b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt @@ -313,6 +313,7 @@ Apache Software License, Version 2. - lib/org.conscrypt-conscrypt-openjdk-uber-2.5.1.jar [49] - lib/org.xerial.snappy-snappy-java-1.1.7.7.jar [50] - lib/io.reactivex.rxjava3-rxjava-3.0.1.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.3 @@ -362,6 +363,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.7 [51] Source available at https://github.com/ReactiveX/RxJava/tree/v3.0.1 +[52] Source available at https://github.com/HdrHistogram/HdrHistogram/tree/HdrHistogram-2.1.10 ------------------------------------------------------------------------------------ lib/io.netty-netty-codec-4.1.75.Final.jar bundles some 3rd party dependencies
