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 had this problem with the Community version of IntelliJ Community edition. I was able to solve the problem using this process:
This should pull in all of the Maven dependencies from the pom.xml file, without you needing to manually add the libraries.
I hope this helps.