I\'m using Intellij 13, I\'ve been using Maven quite happily for awhile now to manage the JAR dependencies.
But the last few I\'ve imported are causing a broken classpat
I've had this issue in IntelliJ IDEA 2017 Ultimate.
After changing dependency versions, the IDE was unable to fix the path on its own. I went to my ~/.m2 directory and deleted all of the dependencies for the problem jar and then executed the "ReImport All Maven Projects" action. When it was complete, the dependency issue was resolved.