Browse Source

HDFS-17370. Fix junit dependency for running parameterized tests in hadoop-hdfs-rbf (#6522)

(cherry picked from commit 9a7eeadaac818258b319cdb0dc19e9bb1e4fa11a)
Takanobu Asanuma 1 year ago
parent
commit
65674b977e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml

+ 5 - 0
hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml

@@ -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>