This is an automated email from the ASF dual-hosted git repository.
tasanuma pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new f33d01cff1c8 HDFS-17432. Fix junit dependency to enable JUnit4 tests
to run in hadoop-hdfs-rbf (#6639)
f33d01cff1c8 is described below
commit f33d01cff1c8d4dc7cdf290f5a628e7ffc46d0a3
Author: Takanobu Asanuma <[email protected]>
AuthorDate: Thu Mar 21 14:53:02 2024 +0900
HDFS-17432. Fix junit dependency to enable JUnit4 tests to run in
hadoop-hdfs-rbf (#6639)
Reviewed-by: Dinesh Chitlangia <[email protected]>
(cherry picked from commit adab3a22aab348f90fd53fafecf8f9296433e321)
---
hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
b/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
index 4f02a2fec1c6..ac59dd1714ad 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
+++ b/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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]