Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define surefire test provider to use
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 spring-projectsgh-16735
- Loading branch information