File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments