How do you configure proprietary dependencies for Leiningen?
We're working on a project that has some Clojure-Java interop. At this point we have a single class that has a variety of dependencies which we put into a user library in Eclipse for development, but of course that doesn't help when using Leiningen (2.x). Most of our dependencies are proprietary, so they aren't on a repository somewhere. What is the easiest/right way to do this? I've seen leiningen - how to add dependencies for local jars? , but it appears to be out of date? Update: So I made a local maven repository for my jar following these instructions and the lein deployment docs on