Skip to content

Commit ac5300c

Browse files
committed
HADOOP-19608. Upgrade to Junit 5.13.3
* junit.jupiter and junit.vintage => 5.13.3 * junit.platform => 1.13.3 * Surefire => 3.5.3. Without that tests weren't being found. * cut a duplicate and conflicting import of mockito-jupiter; maven was warning of this.
1 parent 6109679 commit ac5300c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

hadoop-project/pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
</extraJavaTestArgs>
188188
<!-- Plugin versions and config -->
189189
<maven-surefire-plugin.argLine>-Xmx4096m -Xss2m -XX:+HeapDumpOnOutOfMemoryError ${extraJavaTestArgs}</maven-surefire-plugin.argLine>
190-
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
190+
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
191191
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
192192
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
193193

@@ -225,9 +225,9 @@
225225
<sshd.version>2.11.0</sshd.version>
226226
<hbase.version>2.6.1-hadoop3</hbase.version>
227227
<junit.version>4.13.2</junit.version>
228-
<junit.jupiter.version>5.8.2</junit.jupiter.version>
229-
<junit.vintage.version>5.8.2</junit.vintage.version>
230-
<junit.platform.version>1.8.2</junit.platform.version>
228+
<junit.jupiter.version>5.13.3</junit.jupiter.version>
229+
<junit.vintage.version>5.13.3</junit.vintage.version>
230+
<junit.platform.version>1.13.3</junit.platform.version>
231231
<assertj.version>3.12.2</assertj.version>
232232
<jline.version>3.9.0</jline.version>
233233
<powermock.version>2.0.9</powermock.version>
@@ -1315,11 +1315,6 @@
13151315
<artifactId>mockito-all</artifactId>
13161316
<version>1.10.19</version>
13171317
</dependency>
1318-
<dependency>
1319-
<groupId>org.mockito</groupId>
1320-
<artifactId>mockito-junit-jupiter</artifactId>
1321-
<version>3.12.4</version>
1322-
</dependency>
13231318
<dependency>
13241319
<groupId>org.objenesis</groupId>
13251320
<artifactId>objenesis</artifactId>

0 commit comments

Comments
 (0)