Search code examples
springmavenjunit

Class<SpringExtension> cannot be resolved


I am trying to migrate a JUnit 4 test to JUnit 5. Eclipse does not recognize SpringExtension.class : Class cannot be resolved. I use Spring 5.2.2 and Maven in the project.

How can I resolve this error?


Solution

  • Go to project > Maven > Update project... > Force Update of Snapshots / Releases .