Error in project pom.xml file

0

Hello, I have a problem that I could not identify, in my project an error appears in the pom.xml file, I have already run the Maven update in the project, but the error persists, and my .jar repository is there but at the time of the build it can not identify the following message appears in the overview of pom.xml

    
asked by anonymous 11.01.2018 / 15:57

1 answer

0

Make sure your eclipse is using the local repository that you claim to have the artifact: Window - > Prefereces - > User Settings, on this screen check the Local Repository path.

Another possible problem, check your local maven repository, the jar is installed correctly, has pom?

    
11.01.2018 / 18:04