One of the following errors was found after importing a MAVEN project:
Project configuration is isn't up-to-date with pom.xml. Run Project Configuration Update
Solution 1:
Older versions of Eclipse:
Right-click on the project-"Maven"--"Update Project Configuration ..." will open a dialog box (update Maven dependencies), and then tick the wrong item, click OK to fix it.
Compare the new Eclipse version
Right-click on the project-"Maven"--"Update project" opens an open dialog box that has checked out the error item, click OK to get it done.
The latest version of myeclipse2014
Right-click on the item-"Maven4myeclipse"--"Update project" opens an open dialog box that has checked for errors and clicks OK to get it done.
Solution 2:
Open the Problems view in window->prefrence, right-click the associated errors in problems, and fix after clicking Quick Fix.