This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a commit to branch branch-4.17 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 374261aa8c9341c6e8debce761d13c584bf42a30 Author: ZhangJian He <[email protected]> AuthorDate: Fri Apr 12 17:01:52 2024 +0800 fix: miss test log in prometheus-metrics-provider module (#4279) Signed-off-by: ZhangJian He <[email protected]> (cherry picked from commit a9aae83096f44813961f2f656831c0ab50700164) --- .../bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml index 592a5c8f3e..ef2c8b68a1 100644 --- a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml +++ b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml @@ -71,5 +71,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>
