filiphr commented on issue #193: [SUREFIRE-1564] ensure provider dependencies can be overriden URL: https://github.com/apache/maven-surefire/pull/193#issuecomment-423594452 Just to chime in as we are as well hit by this exact problem in https://github.com/flowable/flowable-engine/tree/master/modules/flowable-cxf. I've tried doing the exact thing that @sormuras did with https://github.com/apache/meecrowave/pull/11, but it didn't work. I have not tried it but I think that if one puts `reuseForks=true` and `forkCount=1` (we have forkMode=always which according to the [surefire](https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html) documentation leads to the `reuseForks` and `forkCount` that I mentioned) in https://github.com/junit-team/junit5-samples/blob/master/junit5-migration-maven/pom.xml the problem would be shown.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
