File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 9797 <jacoco-maven-plugin .version>0.8.14</jacoco-maven-plugin .version>
9898 <pitest-maven-plugin .version>1.22.0</pitest-maven-plugin .version>
9999 <pitest-junit5-plugin .version>1.2.3</pitest-junit5-plugin .version>
100+ <pitmute .version>0.1.0</pitmute .version>
100101 <error-prone .version>2.45.0</error-prone .version>
101102 <nullaway .version>0.12.14</nullaway .version>
102103 <revapi-maven-plugin .version>0.15.1</revapi-maven-plugin .version>
524525 <param >*hashCode</param >
525526 <param >*toString</param >
526527 </excludedMethods >
528+ <features >
529+ <feature >+FCSV(csvFile[etc/pitmute.csv])</feature >
530+ </features >
527531 </configuration >
528532 <dependencies >
529533 <dependency >
530534 <groupId >org.pitest</groupId >
531535 <artifactId >pitest-junit5-plugin</artifactId >
532536 <version >${pitest-junit5-plugin.version} </version >
533537 </dependency >
538+ <dependency >
539+ <groupId >edu.hm.hafner</groupId >
540+ <artifactId >pitmute</artifactId >
541+ <version >${pitmute.version} </version >
542+ </dependency >
534543 </dependencies >
535544 </plugin >
536545 <plugin >
You can’t perform that action at this time.
0 commit comments