I am developing a web application with Eclipse and I generate the project with a maven archetype.
When I enable maven dependency management, Eclipse mark some errors
I solved this by running mvn -U install from command line and then "Maven->Update Project" from Eclipse
mvn -U install