This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.15 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit b294b952bf50a3d20874d008c397895a95535adc Author: ZhangJian He <shoot...@gmail.com> AuthorDate: Fri Apr 12 17:01:52 2024 +0800 fix: miss test log in prometheus-metrics-provider module (#4279) Signed-off-by: ZhangJian He <shoot...@gmail.com> (cherry picked from commit a9aae83096f44813961f2f656831c0ab50700164) --- bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml b/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml index 9029d1bca2..106b1ebb1b 100644 --- a/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml +++ b/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml @@ -72,5 +72,11 @@ <artifactId>sketches-core</artifactId> </dependency> + <dependency> + <groupId>org.apache.bookkeeper</groupId> + <artifactId>testtools</artifactId> + <version>${project.parent.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project>