Skip to content

Commit f36f893

Browse files
committed
Remove explicit junit-jupiter-engine from surefire plugin deps
Surefire 3.5.x auto-discovers JUnit engines from the test classpath. The explicit engine dependency override causes test discovery failures with JUnit 6.
1 parent edb80ae commit f36f893

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@
8989
<parallel>methods</parallel>
9090
<threadCount>10</threadCount>
9191
</configuration>
92-
<dependencies>
93-
<!--Custom provider and engine for Junit 5 to surefire-->
94-
<dependency>
95-
<groupId>org.junit.jupiter</groupId>
96-
<artifactId>junit-jupiter-engine</artifactId>
97-
<version>${junit-version}</version>
98-
</dependency>
99-
</dependencies>
10092
</plugin>
10193
<plugin>
10294
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)