Thanks for the suggestion. I run "lein deps :tree" but I do not see
Clojure 1.5 listed as a dependency anywhere. But if I run:

lein uberjar

I get a lot of clojure-1.5.pom's getting downloaded. Does anyone know
why I get so many of these? As I said before, I am using Clojure 1.4.
Clojure 1.5 is not mentioned anywhere in my project.

Retrieving org/clojure/clojure/1.5.0-beta7/clojure-1.5.0-beta7.pom
from central
Retrieving org/clojure/clojure/1.5.0-beta8/clojure-1.5.0-beta8.pom
from central
Retrieving org/clojure/clojure/1.5.0-beta9/clojure-1.5.0-beta9.pom
from central
Retrieving org/clojure/clojure/1.5.0-beta10/clojure-1.5.0-beta10.pom
from central
Retrieving org/clojure/clojure/1.5.0-beta11/clojure-1.5.0-beta11.pom
from central
Retrieving org/clojure/clojure/1.5.0-beta12/clojure-1.5.0-beta12.pom
from central
Retrieving org/clojure/clojure/1.5.0-beta13/clojure-1.5.0-beta13.pom
from central
Retrieving org/clojure/clojure/1.5.0-RC5/clojure-1.5.0-RC5.pom from
central
Retrieving org/clojure/clojure/1.5.0-RC6/clojure-1.5.0-RC6.pom from
central
Retrieving org/clojure/clojure/1.5.0-RC14/clojure-1.5.0-RC14.pom from
central
Retrieving org/clojure/clojure/1.5.0-RC15/clojure-1.5.0-RC15.pom from
central
Retrieving org/clojure/clojure/1.5.0-RC16/clojure-1.5.0-RC16.pom from
central
.... ;;; more files here




On Jan 30, 2:42 am, Sean Corfield <seancorfi...@gmail.com> wrote:
> Try:
>     lein deps :tree
>
> It sounds like one of your dependencies uses ranges?
>
> Sean
>
> On Tue, Jan 29, 2013 at 9:16 PM, larry google groups
>
>
>
>
>
>
>
>
>
> <lawrencecloj...@gmail.com> wrote:
> > Very strange. I just switched back to my home computer. I wanted to
> > get all the work I had done at work this last week, so I did "git pull
> > origin master" to pull it down from github. I have not used my home
> > computer in a week. Then I ran "lein uberjar":
>
> > lein uberjar
> > Retrieving org/clojure/clojure/1.5.0-RC4/clojure-1.5.0-RC4.pom from
> > central
> > Compiling kiosks-clojure.core
> > Created /Users/lner/projects/timeout_planning_module/target/kiosks-
> > clojure-0.1.jar
> > Including kiosks-clojure-0.1.jar
> > Including jsr305-1.3.9.jar
> > ;;
> > ;; much more here
> > ;;
>
> > Why did lein just retrieve Clojure1.5.0-RC4? My project.clj file
> > reads:
>
> >   :dependencies [[org.clojure/clojure "1.4.0"]
> > ;; plus much more
>
> > --
> > --
> > 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, visithttps://groups.google.com/groups/opt_out.
>
> --
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View --http://corfield.org/
> World Singles, LLC. --http://worldsingles.com/
>
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
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/groups/opt_out.


Reply via email to