Can anyone shed light on the dummy:dummy jar file that surefire seems to need? I don't see it in mvnrepository nor in repo.maven.apache.org.
I'm using 2.19.1 of the surefire plugin. I added the following changes to the plugin config and now it's complaining about artifact resolution <configuration><parallel>classesAndMethods</parallel><threadCount>4</threadCount> </configuration> Where can i find this jar?