Errors in pom.xml with dependencies (Missing artifact…)
问题 A friend has passed me a Maven project that I'm trying to run locally in my computer. All that I have done in Eclipse, I selected: File -> Import -> Existing Maven Projects After that, the project showed me 4 errors in my pom.xml (Missing artifact..): I tried removing the content of .m2 folder and then in Eclipse I clicked on my project and chose "Run as" -> "Maven clean" and then "Run as" -> "Maven install". But I still have the same errors. I'm new with Spring so I dont know what else to do