From e3aee2b049c46599b3e8f7552bd33ea162e485ab Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 9 Apr 2012 15:05:27 +0200 Subject: Add Lafargue subsite (lazy chat functionality). --- project.clj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project.clj') diff --git a/project.clj b/project.clj index 1384d4e..a8bbe7f 100644 --- a/project.clj +++ b/project.clj @@ -40,6 +40,7 @@ [org.jsoup/jsoup "1.6.1"] [org.apache.abdera/abdera-parser "1.1.1"] [clj-apache-http "2.3.2"] + [org.pegdown/pegdown "1.1.0"] ] :plugins [[lein-swank "1.4.3"]] :exclusions [org.clojure/clojure-contrib] ;you know, the old pre-1.3.0 versions @@ -62,6 +63,9 @@ ;;}, "oracle" {:url "http://download.oracle.com/maven/" + :snapshots false} + "scala-releases" ;pegdown + {:url "http://scala-tools.org/repo-releases" :snapshots false}} :source-path "src" ;;:jvm-opts ["-Xms32m"] -- cgit v1.2.3