Skip to content

Commit

Permalink
HDFS-17432. Fix junit dependency to enable JUnit4 tests to run in had…
Browse files Browse the repository at this point in the history
…oop-hdfs-rbf (#6639)

Reviewed-by: Dinesh Chitlangia <[email protected]>
  • Loading branch information
tasanuma authored Mar 21, 2024
1 parent 2eb7246 commit adab3a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit adab3a2

Please sign in to comment.