I can't connect libraries in Maven IntelliJ IDEA Hello, everyone! Such a problem can not solve the whole day. I can’t connect side libraries to Maven IntelliJ IDEA. Moreover, any. He writes everything as shown in the screenshot. I click reimport. Does not help. Or, for example, write in pox.xml:

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>9.4.0.M1</version> </dependency> 

IDE also gives me version 9.4.0.M1 in red and writes dependency not found. And so literally with everything ...

1 answer 1

check in the idea settings the connection to the network, perhaps maven cannot connect to the remote repository. Check proxy settings in file -> settings -> apperearance -> system setting -> HTTP proxy