I encountered several dependency failure to transfer errors and i have failed to resolve them. I tried to run mvn clean install and to refresh the page in vain.
@gracebish Sorry about this! the error you are getting is due to failing to import the entire project folder to eclipse. I will suggest you delete the exiting project in the work space then import the project a fresh and ensure you select all before clicking finish.
The error you are witnessing appears when an artifact is unable to download and so maven caches it. Try
mvn clean install -U with a stable internet connection. If it doesn’t work then you’ll have to delete the maven dependencies or artifacts with .lastUpdated prefix and then again update project dependencies. See here: https://stackoverflow.com/questions/5074063/maven-error-failure-to-transfer