Skip to content

Commit

Permalink
#29 Update POM
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperolsson-se committed Mar 15, 2023
1 parent b9850b1 commit 1dc1566
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.5.2</version>
<version>1.9.11</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -102,11 +102,21 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.5.2</version>
<version>1.9.11</version>
<dependencies>
<dependency>
<groupId>it.mulders.stryker</groupId>
<artifactId>pit-dashboard-reporter</artifactId>
<version>0.1.5</version>
</dependency>
</dependencies>
<configuration>
<mutationThreshold>100</mutationThreshold>
<coverageThreshold>100</coverageThreshold>
<excludedClasses>*.App</excludedClasses>
<outputFormats>
<format>stryker-dashboard</format>
</outputFormats>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 1dc1566

Please sign in to comment.