pom.xml in Spring is not working!

1

Regardless of the boot version, it gives me an error. could anyone help me solve these problems of pom?

    
asked by anonymous 17.07.2016 / 00:10

2 answers

0

I do not know if you have tried this but try to give a "Force Update" for your Maven project. Select your project and run a Alt + f5 (or right-click> Maven > Update Project ...) check box:

  

Force Update of Snapshots / Releases

And then give OK. Try this a few times if the problem continues (sometimes Eclipse "packs").

If it does not work, go to the Problems tab and delete the problem that is being related to Maven. I think this will solve the problem.

I hope I have helped.

    
17.07.2016 / 00:50
0

Thank you guys! I managed to solve it, it only worked with the last version 1.4.0-SNAPSHOT? (I forgot which version it was)! all other versions do not work! A big thank you to everyone who tried to help me!

    
18.07.2016 / 04:24