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

This commit is contained in:
Takanobu Asanuma 2024-02-06 11:54:14 +09:00 committed by GitHub
parent b11159d799
commit 9a7eeadaac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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