Skip to content

Commit

Permalink
Don't overspecifiy JUnit dependencies
Browse files Browse the repository at this point in the history
junit-jupiter-api comes in through junit-jupiter-engine
  • Loading branch information
garydgregory committed Sep 11, 2024
1 parent 675af44 commit 9b867c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
<url>https://gitbox.apache.org/repos/asf?p=commons-collections.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down

0 comments on commit 9b867c1

Please sign in to comment.