The 4clojure 1.3.0.1 version is very old, and it looks like you're trying
to use a modern dependency (compojure 1.1.5) with many old dependencies,
which probably isn't going to go well even if you fix the deps problem.

Why not update the repository to the latest 2.0.0-rc2 version and work off
that?

- James


On 28 September 2013 04:21, <ljcppu...@gmail.com> wrote:

> Hi,
>   I run "lein deps",    then error message:
> D:\clojure\4clojure-develop>lein deps
> Could not find artifact org.clojure:clojure:pom:1.2.0-master-SNAPSHOT in
> central
>  (http://repo1.maven.org/maven2)
> Could not find artifact org.clojure:clojure:pom:1.2.0-master-SNAPSHOT in
> clojars
>  (https://clojars.org/repo/)
> Could not find artifact org.clojure:clojure:pom:1.2.0-master-SNAPSHOT in
> clojure
>  (http://build.clojure.org/releases)
> Could not find artifact org.clojure:clojure:pom:1.2.0-master-SNAPSHOT in
> clojure
> -snapshots (http://build.clojure.org/snapshots)
>
> the project.clj :
> (defproject foreclojure "1.3.0.1"
>   :description "4clojure - a website for lisp beginners"
>   :dependencies [[org.clojure/clojure "1.2.1"]
>                  [org.clojure/clojure-contrib "1.2.0"]
>                  [compojure "1.1.5"]
>                  [hiccup "0.2.4"]
>                  [clojail "0.4.0-SNAPSHOT"]
>                  [sandbar "0.4.0-SNAPSHOT"]
>                  [org.clojars.christophermaier/congomongo "0.1.4-SNAPSHOT"]
>                  [org.jasypt/jasypt "1.7"]
>                  [useful "0.7.0-beta1"]
>                  [amalloy/ring-gzip-middleware "[0.1.0,)"]
>                  [clj-github "1.0.1"]
>                  [ring "0.3.7"]
>                  [clj-config "0.1.0"]
>                  [incanter/incanter-core "1.2.3"]
>                  [incanter/incanter-charts "1.2.3"]
>                  [org.apache.commons/commons-email "1.2"]]
>   :dev-dependencies [[lein-ring "0.4.5"]
>                      [swank-clojure "1.2.1"]
>                      [midje "1.1.1"]]
>   :main foreclojure.core
>   :ring {:handler foreclojure.core/app
>          :init foreclojure.mongo/prepare-mongo})
>
> who can give some explain? thank you!
>
>  --
> --
> 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.
>

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