Skip to content

Commit

Permalink
AMBARI-25864: Fix an unit test failure on ambari-metrics-common (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
sekikn authored and kevinw66 committed Feb 24, 2023
1 parent acf538b commit 385f999
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ambari-metrics-common/pom.xml
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit 385f999

Please sign in to comment.