File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 435
435
<plugin >
436
436
<groupId >org.pitest</groupId >
437
437
<artifactId >pitest-maven</artifactId >
438
- <version >1.5.2 </version >
438
+ <version >1.7.5 </version >
439
439
<dependencies >
440
440
<dependency >
441
441
<groupId >org.pitest</groupId >
444
444
</dependency >
445
445
</dependencies >
446
446
<configuration >
447
+ <jvmArgs >
448
+ <jvmArg >-XX:+AllowRedefinitionToAddDeleteMethods</jvmArg >
449
+ </jvmArgs >
447
450
<excludedGroups >integration-test</excludedGroups >
448
451
<targetClasses >
449
452
<param >org.springframework.data.elasticsearch.core.geo.*</param >
460
463
<groupId >org.asciidoctor</groupId >
461
464
<artifactId >asciidoctor-maven-plugin</artifactId >
462
465
</plugin >
463
- </plugins >
466
+ </plugins >
464
467
</build >
465
468
466
469
<profiles >
You can’t perform that action at this time.
0 commit comments