We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c66f7 commit 65674b9Copy full SHA for 65674b9
hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
@@ -177,6 +177,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
177
<artifactId>junit-jupiter-params</artifactId>
178
<scope>test</scope>
179
</dependency>
180
+ <dependency>
181
+ <groupId>org.junit.jupiter</groupId>
182
+ <artifactId>junit-jupiter-engine</artifactId>
183
+ <scope>test</scope>
184
+ </dependency>
185
</dependencies>
186
187
<build>
0 commit comments