Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add testng provider for surefire explicitly (#422)
Before: When running unit tests we will use auto detected provider. Usually TestNG but there were instances where JUnit would be picked up and tests not run. After: When running unit tests maven will report that it uses configured TestNG provider.
- Loading branch information