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

nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new a9aae83096 fix: miss test log in prometheus-metrics-provider module 
(#4279)
a9aae83096 is described below

commit a9aae83096f44813961f2f656831c0ab50700164
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]>
---
 .../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 daaafe6091..b5e9635b45 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