[HUDI-812] Migrate hudi common tests to JUnit 5 (#1590)
* [HUDI-812] Migrate hudi-common tests to JUnit 5
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -82,7 +82,6 @@
|
||||
<kafka.version>2.0.0</kafka.version>
|
||||
<glassfish.version>2.17</glassfish.version>
|
||||
<parquet.version>1.10.1</parquet.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
<junit.jupiter.version>5.6.1</junit.jupiter.version>
|
||||
<junit.vintage.version>5.6.1</junit.vintage.version>
|
||||
<mockito.jupiter.version>3.3.3</mockito.jupiter.version>
|
||||
@@ -815,13 +814,6 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>${junit.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user