File tree Expand file tree Collapse file tree 2 files changed +5
-42
lines changed Expand file tree Collapse file tree 2 files changed +5
-42
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ dependencies {
95
95
testImplementation ' com.h2database:h2:+'
96
96
97
97
// for JaCoCo Reports
98
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
99
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
100
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3 '
98
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.+ '
99
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.+ '
100
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.+ '
101
101
102
102
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
103
103
testImplementation ' org.mockito:mockito-junit-jupiter:+'
Original file line number Diff line number Diff line change 283
283
<mavenExecutorId >forked-path</mavenExecutorId >
284
284
<releaseProfiles >sign-release-artifacts</releaseProfiles >
285
285
</configuration >
286
- <!--
287
- <dependencies>
288
- <dependency>
289
- <groupId>org.apache.maven.scm</groupId>
290
- <artifactId>maven-scm-provider-gitexe</artifactId>
291
- <version>1.9.5</version>
292
- </dependency>
293
- </dependencies>
294
- -->
295
286
</plugin >
296
287
<plugin >
297
288
<groupId >org.apache.maven.plugins</groupId >
336
327
</archive >
337
328
</configuration >
338
329
</plugin >
339
- <plugin >
340
- <artifactId >maven-site-plugin</artifactId >
341
- <version >3.12.1</version >
342
- <executions >
343
- <execution >
344
- <id >attach-descriptor</id >
345
- <goals >
346
- <goal >attach-descriptor</goal >
347
- </goals >
348
- </execution >
349
- </executions >
350
- <configuration >
351
- <locales >en</locales >
352
- </configuration >
353
- </plugin >
354
330
<plugin >
355
331
<groupId >org.eluder.coveralls</groupId >
356
332
<artifactId >coveralls-maven-plugin</artifactId >
357
333
<version >4.3.0</version >
358
334
</plugin >
359
- <plugin >
360
- <groupId >org.codehaus.mojo</groupId >
361
- <artifactId >cobertura-maven-plugin</artifactId >
362
- <version >2.7</version >
363
- <configuration >
364
- <format >xml</format >
365
- <instrumentation >
366
- <excludes >
367
- <exclude >net/sf/jsqlparser/parser/*.class</exclude >
368
- <exclude >net/sf/jsqlparser/JSQLParserException.class</exclude >
369
- </excludes >
370
- </instrumentation >
371
- <check />
372
- </configuration >
373
- </plugin >
374
335
<plugin >
375
336
<groupId >org.apache.felix</groupId >
376
337
<artifactId >maven-bundle-plugin</artifactId >
388
349
<argLine >
389
350
--add-opens=java.base/java.lang=ALL-UNNAMED
390
351
--add-opens=java.base/java.util=ALL-UNNAMED
352
+ -Xmx2G -Xms512m
391
353
</argLine >
392
354
</configuration >
393
355
</plugin >
465
427
<version >3.0.0-M7</version >
466
428
<configuration >
467
429
<outputDirectory >${project.reporting.outputDirectory} /testresults</outputDirectory >
430
+ <argLine >-Xmx2G -Xms512m</argLine >
468
431
</configuration >
469
432
</plugin >
470
433
<plugin >
You can’t perform that action at this time.
0 commit comments