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 gh-16735pull/16738/head
parent
71b2ab0f0f
commit
c91578bbae
Loading…
Reference in New Issue