Re: lein dependcies and exclusions

2014-06-17 Thread Laurent PETIT
Yeah, these two dependencies are part of what Leiningen includes. I don't exactly remember when it appeared exactly, somewhere in the 1.2 branch I guess. I see the exact same result when creating a new basic project in counterclockwise. It's hard-wired somewhere in Leiningen source code. I susp

Re: lein dependcies and exclusions

2014-06-17 Thread Phillip Lord
Phillip Lord writes: > Softaddicts 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. Just tested this on a clean machine

Re: lein dependcies and exclusions

2014-06-17 Thread Softaddicts
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

Re: lein dependcies and exclusions

2014-06-17 Thread Phillip Lord
Softaddicts 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 h

Re: lein dependcies and exclusions

2014-06-17 Thread Softaddicts
You are using swank aren't you ? This is the completion library it uses. Check your lein default profile. Maybe you requiring it there. If you want to avoid this being included, create a lein profile like prod or deploy and respecify your dependencies explicitly. Use it then to package your targ

lein dependcies and exclusions

2014-06-17 Thread Phillip Lord
I'm struggling a little with dependencies in lein for an artifact that is a dependency of a maven project. I have the following test sample working. This is project.clj (defproject test-exclusion "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME"; :l