mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-13 23:52:10 +00:00
Upgrade pitest version and add jvmArg.
Original Pull Request: #2126 Closes #2125
This commit is contained in:
parent
acd7990fac
commit
1407d4d3d6
7
pom.xml
7
pom.xml
@ -435,7 +435,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.pitest</groupId>
|
<groupId>org.pitest</groupId>
|
||||||
<artifactId>pitest-maven</artifactId>
|
<artifactId>pitest-maven</artifactId>
|
||||||
<version>1.5.2</version>
|
<version>1.7.5</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.pitest</groupId>
|
<groupId>org.pitest</groupId>
|
||||||
@ -444,6 +444,9 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<jvmArgs>
|
||||||
|
<jvmArg>-XX:+AllowRedefinitionToAddDeleteMethods</jvmArg>
|
||||||
|
</jvmArgs>
|
||||||
<excludedGroups>integration-test</excludedGroups>
|
<excludedGroups>integration-test</excludedGroups>
|
||||||
<targetClasses>
|
<targetClasses>
|
||||||
<param>org.springframework.data.elasticsearch.core.geo.*</param>
|
<param>org.springframework.data.elasticsearch.core.geo.*</param>
|
||||||
@ -460,7 +463,7 @@
|
|||||||
<groupId>org.asciidoctor</groupId>
|
<groupId>org.asciidoctor</groupId>
|
||||||
<artifactId>asciidoctor-maven-plugin</artifactId>
|
<artifactId>asciidoctor-maven-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user