I imported my already working project on another computer and it started to download dependencies.
Apparently my internet connection crashed and now I get the foll
I had the same error and running mvn install -U and then running mvn install worked for me.
mvn install -U
mvn install