Skip to content

Commit a2f0ac7

Browse files
Remove junit-jupiter-engine from project dependencies
We not need junit-jupiter-engine on tests classpath it will be added by surefire to provider classpath
1 parent ea2a68d commit a2f0ac7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@
119119
<artifactId>junit-jupiter-params</artifactId>
120120
<scope>test</scope>
121121
</dependency>
122-
<dependency>
123-
<groupId>org.junit.jupiter</groupId>
124-
<artifactId>junit-jupiter-engine</artifactId>
125-
<scope>test</scope>
126-
</dependency>
127122
<dependency>
128123
<groupId>org.slf4j</groupId>
129124
<artifactId>slf4j-simple</artifactId>

0 commit comments

Comments
 (0)