summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-11-24 15:30:19 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-11-24 15:30:19 +0100
commitf4f2cbdbd1341b62195075288bb6e3dc8de43196 (patch)
tree29feac9f8ae71a03c49b7aef89652ff1c57b447a /project.clj
parent8d20fa59204301da2102d8d09d00d20a10ccbfc2 (diff)
Fix wikilink insertion.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj4
1 files changed, 3 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 9a077b2..61e86b1 100644
--- a/project.clj
+++ b/project.clj
@@ -53,7 +53,9 @@
;; Additional libraries
;;[clj-oauth2 "0.0.1"]
;;[org.clojars.zef/jopenid "1.05"]
- [org.openid4java/openid4java-consumer "0.9.6" :type "pom"]]
+ [org.openid4java/openid4java-consumer "0.9.6" :type "pom"]
+ [org.jsoup/jsoup "1.6.1"]
+ ]
:dev-dependencies [;;[swank-clojure "1.3.2"]
[swank-clojure "1.4.0-SNAPSHOT"]
;;[ring-serve "0.1.1"]