michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
248 stars 203 forks source link

Update project.clj #93

Closed sboekhoff closed 9 years ago

sboekhoff commented 9 years ago

I could not run lein install, before adding Clojure to the dependencies.

michaelklishin commented 9 years ago

Clojure is not a runtime dependency. Please move it to the dev profile. Thank you.

michaelklishin commented 9 years ago

Clojure is already in the dev profile. It certainly shouldn't be on the runtime dependencies list. But thank you for your time :)

sboekhoff commented 9 years ago

You are right. I tried lein install with-profile dev instead of lein with-profile dev install - that explains why it did not work :-)