Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Apr 7, 2012
1 parent b38fc11 commit 8d181fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
Expand Up @@ -17,6 +17,7 @@
[org.openid4java/openid4java-consumer "0.9.6" :extension "pom"] [org.openid4java/openid4java-consumer "0.9.6" :extension "pom"]
; need different httpclient rev for https://issues.apache.org/jira/browse/HTTPCLIENT-1118 ; need different httpclient rev for https://issues.apache.org/jira/browse/HTTPCLIENT-1118
[org.apache.httpcomponents/httpclient "4.2-beta1"]] [org.apache.httpcomponents/httpclient "4.2-beta1"]]
:plugins [[lein-clojars "0.8.0"]]
:profiles {:dev {:dependencies [[ring-mock "0.1.1"] :profiles {:dev {:dependencies [[ring-mock "0.1.1"]
[compojure "1.0.1"] [compojure "1.0.1"]
[ring "1.0.2"] [ring "1.0.2"]
Expand All @@ -28,7 +29,8 @@
:dev-dependencies [[ring-mock "0.1.1"] :dev-dependencies [[ring-mock "0.1.1"]
[compojure "1.0.1"] [compojure "1.0.1"]
[ring "1.0.2"] [ring "1.0.2"]
[clj-http "0.3.6-SNAPSHOT"]]) [clj-http "0.3.6-SNAPSHOT"]
[lein-clojars "0.8.0"]])


;; see: ;; see:
;; http://static.springsource.org/spring-security/site/docs/3.1.x/reference/springsecurity-single.html#overall-architecture ;; http://static.springsource.org/spring-security/site/docs/3.1.x/reference/springsecurity-single.html#overall-architecture
Expand Down

0 comments on commit 8d181fa

Please sign in to comment.