Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies in project.clj is broken. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

dependencies in project.clj is broken. #1

wants to merge 1 commit into from

Conversation

ponkore
Copy link

@ponkore ponkore commented Nov 26, 2012

I tried clj-growl, but "lein deps" failed.

$ lein deps
Could not find artifact org.clojure:clojure:pom:1.2.0-RC1 in central (http://repo1.maven.org/maven2)
Could not find artifact org.clojure:clojure:pom:1.2.0-RC1 in clojars (https://clojars.org/repo/)
Could not find artifact org.clojure:clojure-contrib:pom:1.2.0-RC1 in central (http://repo1.maven.org/maven2)
Could not find artifact org.clojure:clojure-contrib:pom:1.2.0-RC1 in clojars (https://clojars.org/repo/)
Could not find artifact org.clojure:clojure-contrib:jar:1.2.0-RC1 in central (http://repo1.maven.org/maven2)
Could not find artifact org.clojure:clojure:jar:1.2.0-RC1 in central (http://repo1.maven.org/maven2)
Could not find artifact org.clojure:clojure-contrib:jar:1.2.0-RC1 in clojars (https://clojars.org/repo/)
Could not find artifact org.clojure:clojure:jar:1.2.0-RC1 in clojars (https://clojars.org/repo/)
The following artifacts could not be resolved: org.clojure:clojure:jar:1.2.0-RC1, org.clojure:clojure-contrib:jar:1.2.0-RC1: Could not find artifact org.clojure:clojure:jar:1.2.0-RC1 in central (http://repo1.maven.org/maven2)
$ 

It seems "clojure 1.2.0-RC1" may be disappeared from maven repositories.

So, I modified project.clj (1.2.0RC1 -> 1.4.0) and checked dependencies again.

I would appreciate it if you could merge this pull request and put new jar file into clojars repository.

Regards.

…sitories.

So, I modified clojure version (from 1.2.0-RC1 to 1.4.0, and removed clojure-contrib).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant