Skip to content

Commit

Permalink
HDFS-17370. Fix junit dependency for running parameterized tests in h…
Browse files Browse the repository at this point in the history
…adoop-hdfs-rbf (#6522)

(cherry picked from commit 9a7eead)
  • Loading branch information
tasanuma authored and slfan1989 committed Feb 10, 2024
1 parent d6c66f7 commit 65674b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 65674b9

Please sign in to comment.