瀏覽代碼

HDFS-17432. Fix junit dependency to enable JUnit4 tests to run in hadoop-hdfs-rbf (#6639)

Reviewed-by: Dinesh Chitlangia <dineshc@apache.org>
Takanobu Asanuma 1 年之前
父節點
當前提交
adab3a22aa
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml

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

@@ -182,6 +182,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
       <artifactId>junit-jupiter-engine</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.junit.vintage</groupId>
+      <artifactId>junit-vintage-engine</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>