We always use a separate profile to package stuff for delivery. And of course we never refer to these profiles in the global lein config.
>From the pom it seems it's not brought in by one of the top level dependencies. Did you check the output of lein deps :tree ? It's a bit more obvious to find if an unwanted dependency comes from one of the explicit ones you specified. I suggest creating a separate profile and invoke your action with the with-profile option. This way you can clear dev-dependencies and be in control or the dependencies w/o interference from your dev environment setup. Luc P. > Softaddicts <lprefonta...@softaddicts.ca> writes: > > You are using swank aren't you ? > > No, not as far as I can tell. Being using nrepl for a long time. > > > This is the completion library it uses. Check your lein default profile. > > Maybe you requiring it there. > > As I said, I've removed by profile.clj for this test. Now, maybe I have > done this wrong, of course. If you get a different result, it certainly > suggests it. > > > > If you want to avoid this being included, create a lein profile like > > prod or deploy and respecify your dependencies explicitly. > > I am more worried about tools.nrepl NOT being included. This is breaking > my application. > > Phil > > -- > 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. > -- Softaddicts<lprefonta...@softaddicts.ca> sent by ibisMail from my ipad! -- 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.