All of a sudden maven (in IntelliJ IDEA) doesn't find any artifacts any more. I used to be able to just click on the class and maven would automatically add the corresponding dependency to the pom file.
All of a sudden, maven doesn't find anything any more, see screenshot:
Under Preferences -> Build, Execution, Deployment -> Build Tools -> Maven -> Repositories, I updated the remote maven repository.
It didn't help.
How can I fix this?
UPDATE:
here's the address of the maven repository I use:
UPDATE 2:
1)
There is no settings.xml file in folder .m2 because I haven't changed the default location of my local maven repository.
2)
Under Preferences -> Build, Execution, Deployment -> Build Tools -> Maven, one sees this: