HubSpot / Singularity

Scheduler (HTTP API and webapp) for running Mesos tasks—long running processes, one-off tasks, and scheduled jobs. #hubspot-open-source
http://getsingularity.com/
Apache License 2.0
823 stars 188 forks source link

Fix junit jupiter setup #2236

Closed stevie400 closed 3 years ago

stevie400 commented 3 years ago

Having junit-platform-runner on the classpath can prevent maven from running junit 5 tests. Curiously it seems as though the tests were still running here, unlike in https://github.com/HubSpot/Baragon/pull/374. In any case, this gets the junit deps into a good state.

@ssalinas @pschoenfelder @WH77 @baconmania @snommit-mit @Xcelled @kmclarnon