I think lein deps :tree should be enough to spot issues like that.
Also :exclusions should be used to remove original library from other 
dependencies.

On Wednesday, November 18, 2015 at 3:45:48 PM UTC+1, Herwig Hochleitner 
wrote:
>
> 2015-11-17 19:54 GMT+01:00 Ray Miller <r...@1729.org.uk <javascript:>>:
>
>>
>> There's a convention in Clojars of deploying a non-canonical fork by 
>> renaming the project to org.clojars.USERNAME/PROJ_NAME and deploying that 
>> to Clojars.
>>
>>
> That convention is pretty awkward in practice, because leiningen and maven 
> won't recognize that it's another version of the same artifact and you'll 
> need to take extra care that the original isn't included transitively. 
> Otherwise you will get hard-to-track classpath collisions. Use 
> https://github.com/webnf/lein-collisions to uncover such collisions.
>

-- 
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