Skip to content

Commit

Permalink
Force surefire test provider to junit4, to detect tests again (lsc-pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur authored and davidcoutadeur committed Jan 10, 2025
1 parent f5eca15 commit 255d5f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@
</argLine>
<workingDirectory>${project.build.testOutputDirectory}</workingDirectory>
</configuration>
<!--
Force surefire provider to junit4
as surefire-junit-platform does not correctly detect tests
-->
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>3.5.2</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 255d5f8

Please sign in to comment.