On Tue, Jun 12, 2012 at 9:11 AM, Daniel E. Renfer <[email protected]> wrote: > The issue here is that Midje and lein-midje don't need Lazytest for normal > operation, only for the --lazytest support. What would be the proper way to > specify that dependency without requiring that everyone that uses Midje also > carry around Lazytest?
If you can determine whether you need it at launch time, you can just conj another entry onto :dependencies when calling eval-in-project. If it's unknown until runtime then that's another story. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
