I have a project in IntellijIDEA which was created with Maven. I then specified a set of dependencies and external repositories in the Pom.xml file.
The project builds
I was running into similar issues. For me it ended up being that I was importing the project incorrectly. I had been doing
import project follow the wizard
What solved my maven problems was to do
import project