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

Commit

Permalink
eliminate "pom" dependency, hopefully make compatible with Leiningen …
Browse files Browse the repository at this point in the history
…1.x? (gh-5)
  • Loading branch information
cemerick committed Apr 16, 2012
1 parent 06285e9 commit 3624af2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject com.cemerick/friend "0.0.5"
(defproject com.cemerick/friend "0.0.6-SNAPSHOT"
:description "Authentication and authorization library for Ring Clojure web apps and services."
:url "http://github.com/cemerick/friend"
:license {:name "Eclipse Public License"
Expand All @@ -15,7 +15,8 @@
[commons-codec "1.6"]

;; openid
[org.openid4java/openid4java-consumer "0.9.6" :extension "pom"]
[org.openid4java/openid4java-nodeps "0.9.6"]
[net.sourceforge.nekohtml/nekohtml "1.9.10"]
; need different httpclient rev for https://issues.apache.org/jira/browse/HTTPCLIENT-1118
[org.apache.httpcomponents/httpclient "4.2-beta1"]]

Expand Down

0 comments on commit 3624af2

Please sign in to comment.