Skip to content

Commit

Permalink
Merge pull request #1 from mlevison/master
Browse files Browse the repository at this point in the history
Add Surefire Test Plugin runner
  • Loading branch information
mlevison authored Oct 2, 2024
2 parents 4e3476d + a03d9e6 commit f7ef21d
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 @@ -35,4 +35,15 @@
<version>1.12.0</version>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit f7ef21d

Please sign in to comment.