Thomas Brooke <t
...@brookelaw.com> writes:
> I have the basic install but it doesn't find clojure:pom etc so I
> can't do much - I think it has to do with the location of maven se
> below
This actually just needs to be fixed in your project.clj file; it's
depending on a special-case that's specific to Leiningen 1. You just
need to add the org.clojure group ID to those dependencies.
[org.clojure/clojure "1.2.1"] ; etc.
For more details on upgrading to Leiningen 2, see the wiki:
https://github.com/technomancy/leiningen/wiki/Upgrading
-Phil