Re: dependency problem

2016-05-13 Thread 'Alan Forrester' via Clojure
On 13 May 2016, at 11:46, Juan A. Ruz @tangrammer wrote: > (sorry previous comment was sent before I wanted :- ) > Hi Alan, > I think you should keep commons-code 1.9 as far as is the last-version > required by any dep of your project > so ... > > you could exclude

Re: dependency problem

2016-05-13 Thread Juan A. Ruz @tangrammer
/clojure "1.7.0"] > [commons-codec "1.9"] > [twitter-api "0.7.8"]] > > > > > > El viernes, 13 de mayo de 2016, 10:27:34 (UTC+2), Alan Forrester escribió: >> >> I have been trying to use the Twitter API libr

Re: dependency problem

2016-05-13 Thread Juan A. Ruz @tangrammer
codec "1.9"] [twitter-api "0.7.8"]] El viernes, 13 de mayo de 2016, 10:27:34 (UTC+2), Alan Forrester escribió: > > I have been trying to use the Twitter API library by Adam Wynne: > > https://github.com/adamwynne/twitter-api > > and it appears to hav

dependency problem

2016-05-13 Thread 'Alan Forrester' via Clojure
I have been trying to use the Twitter API library by Adam Wynne: https://github.com/adamwynne/twitter-api and it appears to have a dependency problem. My project.clj file looks like this (defproject hash-tag-counting-thingy "0.1.0-SNAPSHOT" :description "FIXME: write desc

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

2014-11-06 Thread Christian Egli
Andy Fingerhut andy.finger...@gmail.com 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

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

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

2014-11-06 Thread Christian Egli
Hi Plínio Plínio Balduino pbaldu...@gmail.com 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

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 christian.e...@sbs.ch wrote: Hi Plínio Plínio Balduino pbaldu...@gmail.com writes: I just forked friend, updated the library versions and opened a pull

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

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,

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

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 christian.e...@sbs.ch wrote: Hi all I have a strange interaction between clj-http and com.cemerick/friend. I don't know if

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

Re: clojure.core.memoize dependency problem

2014-04-29 Thread Sean Corfield
What Leiningen plugins do you have installed? (Both in your project and in your user profile) I believe this is caused by a plugin forcing an earlier version of clojure.core.cache on you... On Saturday, April 26, 2014, Daniel Slutsky daniel.slut...@gmail.com wrote: added an issue at

Re: clojure.core.memoize dependency problem

2014-04-26 Thread Daniel Slutsky
added an issue at http://dev.clojure.org/jira/browse/CMEMOIZE-14 On Thursday, April 24, 2014 6:42:08 PM UTC+3, Daniel Slutsky wrote: Dear Clojure group, I am running into an interesting issue with clojure.core.memoize. I created a simple project depending on clojure.core.memoize.

clojure.core.memoize dependency problem

2014-04-24 Thread Daniel Slutsky
Dear Clojure group, I am running into an interesting issue with clojure.core.memoize. I created a simple project depending on clojure.core.memoize. (defproject test-memoize 0.1.0-SNAPSHOT :description FIXME: write description :url http://example.com/FIXME; :license {:name Eclipse Public