Fork me on GitHub
#beginners
<
2020-09-13
>
GGfpc21:09:52

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?

hiredman22:09:24

When you say the previous commit passed, have you checked it out and tried it again?

hiredman22:09:14

Are you aot compiling your project?