JUnit 5 and Maven Dependencies
Straight to the point:
You need at least these dependencies:
org.junit.jupiter junit-jupiter-api 5.1.0 test org.junit.jupiter junit-jupiter-engine 5.1.0 test
There are other dependencies for IDEs and older versions of jUnit if you need them:
org.junit.vintage junit-vintage-engine 5.1.0 test org.junit.platform junit-platform-launcher 1.1.0 test org.junit.platform junit-platform-runner 1.1.0 test