Skip to content

Commit

Permalink
Remove junit-jupiter-engine from project dependencies
Browse files Browse the repository at this point in the history
We not need junit-jupiter-engine on tests classpath
it will be added by surefire to provider classpath
  • Loading branch information
slawekjaranowski committed Jul 11, 2023
1 parent ea2a68d commit a2f0ac7
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 @@ -119,11 +119,6 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
Expand Down

0 comments on commit a2f0ac7

Please sign in to comment.