Skip to content

Commit 5f78ce1

Browse files
author
Denys Zaiats
committed
[master] - added dependency to pitest
1 parent 146807c commit 5f78ce1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@
9898
<additionalparam>-Xdoclint:none</additionalparam>
9999
</configuration>
100100
</plugin>
101-
101+
<plugin>
102+
<groupId>org.pitest</groupId>
103+
<artifactId>pitest-maven</artifactId>
104+
<version>1.2.2</version>
105+
</plugin>
102106
</plugins>
103107
</build>
104108

0 commit comments

Comments
 (0)