瀏覽代碼

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

(cherry picked from commit 9a7eeadaac818258b319cdb0dc19e9bb1e4fa11a)
Takanobu Asanuma 1 年之前
父節點
當前提交
65674b977e
共有 1 個文件被更改,包括 5 次插入0 次删除
  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>