How do I get Maven external Library in IntelliJ?
external libraries missing maven dependency jar FollowClose your project window (and IntelliJ) and remove all *. iml files and all . idea folders (there should be one per module)Run mvn clean install from the command line.Re-import the project into IntelliJ and pay attention when it asks you to enable auto-import.