You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by se...@apache.org on 2023/02/24 01:14:29 UTC

[ambari-metrics] branch AMBARI-25864 created (now c773a9a)

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

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


      at c773a9a  AMBARI-25864: Fix an unit test failure on ambari-metrics-common

This branch includes the following new commits:

     new c773a9a  AMBARI-25864: Fix an unit test failure on ambari-metrics-common

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[ambari-metrics] 01/01: AMBARI-25864: Fix an unit test failure on ambari-metrics-common

Posted by se...@apache.org.
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 <se...@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-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org