We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd7990 commit 1407d4dCopy full SHA for 1407d4d
pom.xml
@@ -435,7 +435,7 @@
435
<plugin>
436
<groupId>org.pitest</groupId>
437
<artifactId>pitest-maven</artifactId>
438
- <version>1.5.2</version>
+ <version>1.7.5</version>
439
<dependencies>
440
<dependency>
441
@@ -444,6 +444,9 @@
444
</dependency>
445
</dependencies>
446
<configuration>
447
+ <jvmArgs>
448
+ <jvmArg>-XX:+AllowRedefinitionToAddDeleteMethods</jvmArg>
449
+ </jvmArgs>
450
<excludedGroups>integration-test</excludedGroups>
451
<targetClasses>
452
<param>org.springframework.data.elasticsearch.core.geo.*</param>
@@ -460,7 +463,7 @@
460
463
<groupId>org.asciidoctor</groupId>
461
464
<artifactId>asciidoctor-maven-plugin</artifactId>
462
465
</plugin>
- </plugins>
466
+ </plugins>
467
</build>
468
469
<profiles>
0 commit comments