SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
126 stars 253 forks source link

Fix pom so that JUnit5 M4 works with IntelliJ. #102

Closed avandeursen closed 7 years ago

avandeursen commented 7 years ago

Fix by @LiamClark, based on https://youtrack.jetbrains.com/issue/IDEA-170817#comment=27-2081808

The latest version of intelij did fix some junit 5 interaction. Although it doesn't package the correct dependencies itself yet, we can override them. We supply m4 versions of the platform and vintage.

This makes intelij call into the correct code and everything works again.

Fix can probably reverted once IntelliJ offers long term solution.