1
Make sure your eclipse is using the local repository you claim has the artifact: Window -> Prefereces -> User Settings, on this screen check the path of Repository Site.
Another possible problem, check your local Maven repository, the jar is installed correctly, has pom?
Thanks Ariel, yes I had already configured Maven’s Settings, but I identified the error, it was in the file _remote.repositories in the archive . jar, I deleted it then he recognized the jar, I believe it was giving conflict.
– Israel Andrade