This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git

commit 581349580d3cbc9bc8ae461ba107f2b1f40e437f
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 a9e82fcf48..2f10aadf03 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>

Reply via email to