Skip to content

Commit

Permalink
Remove unnecessary exclusion
Browse files Browse the repository at this point in the history
Since pitest 1.3.0 junit:junit is just a provided dependency,
so excluding it explicitly is obsolete.
  • Loading branch information
Vampire committed May 9, 2023
1 parent 2b41362 commit d99b961
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,6 @@
<groupId>org.pitest</groupId>
<artifactId>pitest</artifactId>
<version>${pitest.version}</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d99b961

Please sign in to comment.