I'm having a weird issue with my dependencies, I'm hoping someone here can help My tests are failing due to a missing class
Caused by: java.lang.ClassNotFoundException: clojure.data.xml.Element
However the previous commit passed. What's weird is that I can't see any changes that could affect this. My project.clj is exactly the same and so it the class that it is testing.
Does anyone have any clues?When you say the previous commit passed, have you checked it out and tried it again?
Are you aot compiling your project?