On 14 November 2014 13:56, Simon Brooke <still...@googlemail.com> wrote:
> Thank you very much for the suggestion. I believe that your diagnosis is > correct; unfortunately, your solution does not work. Furthermore, even if I > remove the dependency on clj-jgit and all references to it from my code, do > a 'lein clean', and rebuild, I still get the same error on startup > (although my application does start and run, which it didn't before). > That's odd. What does "lein deps :tree" say about the dependencies? The core.memoize dependency in your project file should override the one indirectly referred to by clj-jgit. Just to check, you have added the following to your dependencies, right? [org.clojure/core.memoize "0.5.6"] I've also heard that sometimes "lein clean" doesn't work as well as simply removing the target directory entirely. If that doesn't work you can tell Leiningen to explicitly exclude an indirect dependency, as Chris Sims mentions: [clj-jgit "0.8.0" :exclusions [org.clojure/core.memoize]] - James -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.