-4

Project configuration is not up-to-date what is Project configuration is not up-to-date with pom.xml. Select: Maven->Update Project... from the project context menu or use Quick Fix.

Jamal H
  • 934
  • 7
  • 23
jaas
  • 131
  • 1
  • 5
  • Exactly like it says: your project is not in sync with your pom.xml. Have you tried doing like the message says and updated your project? – azurefrog Jun 28 '17 at 16:17
  • 1
    Possible duplicate of [How to update maven repository in Eclipse?](https://stackoverflow.com/questions/2555845/how-to-update-maven-repository-in-eclipse) – K.Nicholas Jun 28 '17 at 16:18

1 Answers1

0

goto Project>clean(to clean project) and goto Maven->Update Project after updating project rebuild the project.

Anshul Sharma
  • 3,432
  • 1
  • 12
  • 17