Skip to content

Commit 65674b9

Browse files
tasanumaslfan1989
authored andcommitted
HDFS-17370. Fix junit dependency for running parameterized tests in hadoop-hdfs-rbf (#6522)
(cherry picked from commit 9a7eead)
1 parent d6c66f7 commit 65674b9

File tree

1 file changed

+5
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-rbf

1 file changed

+5
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
177177
<artifactId>junit-jupiter-params</artifactId>
178178
<scope>test</scope>
179179
</dependency>
180+
<dependency>
181+
<groupId>org.junit.jupiter</groupId>
182+
<artifactId>junit-jupiter-engine</artifactId>
183+
<scope>test</scope>
184+
</dependency>
180185
</dependencies>
181186

182187
<build>

0 commit comments

Comments
 (0)