mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
The `spring-boot-test` module has a dependency to TestNG to validate some part of the test infrastructure but no tests are actually written using TestNG. The presence of TestNG is a trigger for the maven surefire plugin and it attempts to run tests using it. This commit defines the explicit provider to use (JUnit 4) Closes gh-16735