Hey...
I'm trying to import a project I started on my personal laptop to my worklaptop, where I just installed intelij.
For some reasson
maven c an't resolve my dependencies and jave version keeps refering to 1.5 while I'm using the 1.8sdk and language level.
I tried to adjust my settings, I checked compiler.xml in the idea folder and tried to do a clean install which failed.
I even tried to start a whole new project.
Any sugestions on how to fix this? On my personal laptop everything still works great...
Pom.xml:
Error when running as an application:
Error when trying clean install from comandline:
Especially note line 30 from the last codeblock, what does that even meen, I would think it might be a firewall problem, but even when I manually download the jars and put them on my classpath myself, it still dosnt work.