I am new to Maven and trying to setup my first project in Maven but receiving the below error message when I am doing \" Run as -> Maven install \" in Eclipse. Below is my s
In my case the automatic update of maven dependencies were disabled in eclipse. Solution: Go to Windows->Preferences->Maven and uncheck the check box
"Do not automatically update dependencies from remote repositories"
Then update the project Right click on project->maven->update project