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

sekikn pushed a commit to branch AMBARI-25864
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git

commit c773a9a11b428387a81a87d3b147ff910acb0ada
Author: Kengo Seki <sek...@apache.org>
AuthorDate: Fri Feb 24 10:13:46 2023 +0900

    AMBARI-25864: Fix an unit test failure on ambari-metrics-common
---
 ambari-metrics-common/pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/ambari-metrics-common/pom.xml b/ambari-metrics-common/pom.xml
index 754be73..4ac0e1e 100644
--- a/ambari-metrics-common/pom.xml
+++ b/ambari-metrics-common/pom.xml
@@ -151,6 +151,11 @@
       <artifactId>commons-math3</artifactId>
       <version>3.1.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.5.2</version>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -174,9 +179,10 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <version>4.5.2</version>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>${slf4j.version}</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to