How to add “Maven Managed Dependencies” library in build path eclipse

If you have m2e installed and the project already is a maven project but the maven dependencies are still missing, the easiest way that worked for me was

  • right click the project,
  • Maven,
  • Update Project...

Eclipse screenshot

原文地址:https://www.cnblogs.com/exmyth/p/3974675.html