We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be01d1 commit 08bc944Copy full SHA for 08bc944
spring-boot-example/pom.xml
@@ -44,6 +44,7 @@
44
<spring-cloud-aws.version>3.3.0</spring-cloud-aws.version>
45
<jfrunit.version>1.0.0.Alpha2</jfrunit.version>
46
<jmh-core.version>1.37</jmh-core.version>
47
+ <pitest.version>1.18.0</pitest.version>
48
</properties>
49
50
<dependencyManagement>
@@ -441,6 +442,18 @@
441
442
</systemProperties>
443
</configuration>
444
</plugin>
445
+ <plugin>
446
+ <groupId>org.pitest</groupId>
447
+ <artifactId>pitest-maven</artifactId>
448
+ <version>${pitest.version}</version>
449
+ <dependencies>
450
+ <dependency>
451
452
+ <artifactId>pitest-junit5-plugin</artifactId>
453
+ <version>1.2.1</version>
454
+ </dependency>
455
+ </dependencies>
456
+ </plugin>
457
</plugins>
458
</build>
459
</project>
0 commit comments