intellij idea – Failed to download spring-aop-4.3.18.RELEASE.jar
intellij idea – Failed to download spring-aop-4.3.18.RELEASE.jar
Actually there are multiple possible reasons for this error.
1.Check whether Firewall or antivirus software is blocking Maven from downloading artifacts.If yes then disable it.
2.Internet connection interrupted in middle of downloading the jar files.
3.try to install from scratch by clearing/deleting the .m2 repository and then mvn install
How to clear .m2 Maven folder?