Fork me on GitHub
#leiningen
<
2017-04-23
>
danielcompton21:04:05

@jfntn I may not be understanding your situation correctly, but it sounds like you've got some forked dependencies that you want to use? If you need to edit those forked dependencies while working in your main project then some git fanciness might be required. If you don't need to edit them, but just need the dependencies, then you could publish your forked JARs to your own Maven repo, and add a dependency on them

danielcompton21:04:17

e.g. publish clj-time/clj-time 0.9.5 as com.yourcompany.clj-time/clj-time 0.9.5