Skip to content

Commit 3e136af

Browse files
author
fanshilun
committed
RATIS-2251. Update Junit dependency & surefire.
1 parent 0214d2a commit 3e136af

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version>
175175
<maven-remote-resources-plugin.version>3.3.0</maven-remote-resources-plugin.version>
176176
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
177-
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
177+
<maven-surefire-plugin.version>3.0.0-M9</maven-surefire-plugin.version>
178178
<wagon-ssh.version>3.5.3</wagon-ssh.version>
179179
<hadoop-maven-plugins.version>3.4.0</hadoop-maven-plugins.version>
180180

@@ -640,7 +640,7 @@
640640
<enableProcessChecker>all</enableProcessChecker>
641641
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
642642
<!-- @argLine is filled by jacoco maven plugin. @{} means late evaluation -->
643-
<argLine>-Xmx2g -XX:+HeapDumpOnOutOfMemoryError @{argLine}</argLine>
643+
<argLine>-Xmx4g -XX:+HeapDumpOnOutOfMemoryError @{argLine}</argLine>
644644
<systemPropertyVariables>
645645
<ratis.log.dir>${project.build.directory}/log</ratis.log.dir>
646646
<ratis.tmp.dir>${project.build.directory}/tmp</ratis.tmp.dir>

ratis-test/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,16 @@
151151
<artifactId>junit-jupiter-params</artifactId>
152152
<scope>test</scope>
153153
</dependency>
154+
<dependency>
155+
<groupId>org.junit.vintage</groupId>
156+
<artifactId>junit-vintage-engine</artifactId>
157+
<scope>test</scope>
158+
</dependency>
159+
<dependency>
160+
<groupId>org.junit.platform</groupId>
161+
<artifactId>junit-platform-launcher</artifactId>
162+
<scope>test</scope>
163+
</dependency>
154164
<dependency>
155165
<groupId>org.mockito</groupId>
156166
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)