Skip to content

Commit

Permalink
Add git plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 18, 2024
1 parent 49673a3 commit 588440c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,12 @@
<artifactId>pitest-junit5-plugin</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.groupcdg</groupId>
<artifactId>pitest-git-plugin</artifactId>
<version>1.0.12</version>
</dependency>
</dependencies>

</plugin>
<plugin>
<groupId>org.revapi</groupId>
Expand Down

0 comments on commit 588440c

Please sign in to comment.