Skip to content

Commit

Permalink
Add explicit use of surefire-junit-platform as plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Oct 23, 2023
1 parent d3fd340 commit ae2003e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>3.1.2</version>
</dependency>
</dependencies>
</plugin>
<!-- Other plugins -->
<plugin>
Expand Down

0 comments on commit ae2003e

Please sign in to comment.