I'm able to deploy my project, but 'lein repl' constantly times out.  Yet 
this profile still loads all dependencies for 'lein repl'.  Is there a way 
to prevent this?

{:user {:dependencies [[pjstadig/humane-test-output "0.6.0"]
                       [ring-mock "0.1.5"]
                       [org.clojars.runa/conjure "2.1.3"]]
        :plugins [[lein-ring "0.8.10"]
                  [lein-cloverage "1.0.2"]
                  [cider/cider-nrepl "0.7.0"]
                  [com.cemerick/clojurescript.test "0.3.1"]]
        :injections [(require 'pjstadig.humane-test-output)
                     (pjstadig.humane-test-output/activate!)]}
 :test {:dependencies [[pjstadig/humane-test-output "0.6.0"]
                       [ring-mock "0.1.5"]
                       [org.clojars.runa/conjure "2.1.3"]]
        :plugins [[lein-ring "0.8.10"]
                  [lein-cloverage "1.0.2"]
                  [cider/cider-nrepl "0.7.0"]
                  [com.cemerick/clojurescript.test "0.3.1"]]
        :injections [(require 'pjstadig.humane-test-output)
                     (pjstadig.humane-test-output/activate!)]}}


-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to