This is an automated email from the ASF dual-hosted git repository.
tasanuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9a7eeadaac81 HDFS-17370. Fix junit dependency for running
parameterized tests in hadoop-hdfs-rbf (#6522)
9a7eeadaac81 is described below
commit 9a7eeadaac818258b319cdb0dc19e9bb1e4fa11a
Author: Takanobu Asanuma <[email protected]>
AuthorDate: Tue Feb 6 11:54:14 2024 +0900
HDFS-17370. Fix junit dependency for running parameterized tests in
hadoop-hdfs-rbf (#6522)
---
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 e1e8ae718701..4fdaf7780e1b 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
+++ b/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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]