首页 > 代码库 > How to add “Maven Managed Dependencies” library in build path eclipse

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

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