On Wednesday, 21 November 2012 17:17:40 UTC+5:30, Dick Davies wrote:
>
> I've got a couple of projects that need a newer version of a JAR 
> than is available in Maven. 
>
> Is there any support/syntax in project.clj that will allow me to point 
> at a local JAR file? 
>
> Also, is it possible to 'override' a given dependency to favour a local 
> JAR 
> over the 'official' maven one? 
>


Consider lein-localrepo; give the JAR a different version number: 
https://github.com/kumarshantanu/lein-localrepo

and the usual warning: 
https://github.com/technomancy/leiningen/wiki/Repeatability

Shantanu

-- 
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

Reply via email to