• Stephane Nicoll's avatar
    Define surefire test provider to use · c91578bb
    Stephane Nicoll authored
    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
    c91578bb
pom.xml 7.67 KB