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
If you're unsure what is inside your local repository, I recommend to fire a build with the option:
-Dmaven.repo.local=localrepo
That way you'll ensure to build in a cleanroom environment.