Re: Dependency problem between clj-http and com.cemerick/friend

2014-11-06 Thread casphas
Hi Christian, Friend (at least in this version) and clj-http depend on different versions of org.apache.httpcomponents/httpclient. If the version friend wants wins (friend first in dependencies), clj-http gets an earlier version than it wants and fails because the earlier version does not provide

Re: Dependency problem between clj-http and com.cemerick/friend

2014-11-06 Thread Plínio Balduino
I noticed that. You're correct. I updated my local copy of httpclient to 4.3.5 Plínio On Thu, Nov 6, 2014 at 11:23 AM, Christian Egli wrote: > Hi Plínio > > Plínio Balduino writes: > > > I just forked friend, updated the library versions and opened a pull > > request. > > > > If you want to t

Re: Dependency problem between clj-http and com.cemerick/friend

2014-11-06 Thread Christian Egli
Hi Plínio Plínio Balduino writes: > I just forked friend, updated the library versions and opened a pull > request. > > If you want to try and see if the problem still happens, please check > https://github.com/pbalduino/friend AFAIK the problem I have with friends dependencies is not the fact

Re: Dependency problem between clj-http and com.cemerick/friend

2014-11-06 Thread Plínio Balduino
Christian I just forked friend, updated the library versions and opened a pull request. If you want to try and see if the problem still happens, please check https://github.com/pbalduino/friend Please note that it's not the official Friend repository, it's not intended to be a replacement and I'

Re: Dependency problem between clj-http and com.cemerick/friend

2014-11-06 Thread Christian Egli
Andy Fingerhut writes: > Try running 'lein deps :tree >& deps.txt' in each of those projects, > and diff them. I can't explain why the differences are there that > exist, but there are significant differences, including in version > numbers of some of the dependencies brought in. > > Asking on th

Re: Dependency problem between clj-http and com.cemerick/friend

2014-11-05 Thread John Louis Del Rosario
Not sure if it's the same issue, but there's an existing issue in Friend's repo about dependency conflicts (https://github.com/cemerick/friend/issues/116). On Wednesday, November 5, 2014 7:21:06 PM UTC+8, Christian Egli wrote: > > Hi all > > I have a strange interaction between clj-http and com

Re: Dependency problem between clj-http and com.cemerick/friend

2014-11-05 Thread Plínio Balduino
Hi, Christian Did you try the issue list on GitHub? https://github.com/cemerick/friend/issues Regards Plínio Balduino On Wed, Nov 5, 2014 at 8:20 AM, Christian Egli wrote: > Hi all > > I have a strange interaction between clj-http and com.cemerick/friend. I > don't know if this is a problem

Re: Dependency problem between clj-http and com.cemerick/friend

2014-11-05 Thread Andy Fingerhut
Christian: Try running 'lein deps :tree >& deps.txt' in each of those projects, and diff them. I can't explain why the differences are there that exist, but there are significant differences, including in version numbers of some of the dependencies brought in. Asking on the Leiningen email list

Dependency problem between clj-http and com.cemerick/friend

2014-11-05 Thread Christian Egli
Hi all I have a strange interaction between clj-http and com.cemerick/friend. I don't know if this is a problem in either of the two packages or maybe even Leiningen. The problem is very easy to reproduce. Create a project with `lein new`, add dependencies to clj-http and com.cemerick/friend, sta