I think the problem is not IntelliJ, I think maven can not download the dependencies, so you can try to force the dependencies download with the following command:
mvn clean install -U
I think the problem is not IntelliJ, I think maven can not download the dependencies, so you can try to force the dependencies download with the following command:
mvn clean install -U