Skip to content

Commit 08bc944

Browse files
committed
add PIT
1 parent 7be01d1 commit 08bc944

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

spring-boot-example/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<spring-cloud-aws.version>3.3.0</spring-cloud-aws.version>
4545
<jfrunit.version>1.0.0.Alpha2</jfrunit.version>
4646
<jmh-core.version>1.37</jmh-core.version>
47+
<pitest.version>1.18.0</pitest.version>
4748
</properties>
4849

4950
<dependencyManagement>
@@ -441,6 +442,18 @@
441442
</systemProperties>
442443
</configuration>
443444
</plugin>
445+
<plugin>
446+
<groupId>org.pitest</groupId>
447+
<artifactId>pitest-maven</artifactId>
448+
<version>${pitest.version}</version>
449+
<dependencies>
450+
<dependency>
451+
<groupId>org.pitest</groupId>
452+
<artifactId>pitest-junit5-plugin</artifactId>
453+
<version>1.2.1</version>
454+
</dependency>
455+
</dependencies>
456+
</plugin>
444457
</plugins>
445458
</build>
446459
</project>

0 commit comments

Comments
 (0)