From 81a34ce78c8080c95274384204049894806d3d79 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 1 Jul 2012 16:04:04 +0200 Subject: Move configuration file loading from load-time to run-time. --- project.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'project.clj') diff --git a/project.clj b/project.clj index 2798b0f..f73140d 100644 --- a/project.clj +++ b/project.clj @@ -74,8 +74,7 @@ [org.apache.jena/jena-tdb "0.9.1"] [org.apache.jena/jena-larq "1.0.0-incubating"] [org.apache.jena/jena-iri "0.9.1"]] - :plugins [[lein-swank "1.4.3"] - [lein-ring "0.6.6"]] + :plugins [[lein-swank "1.4.3"]] :exclusions [org.clojure/clojure-contrib ;you know, the old pre-1.3.0 versions org.clojure/clojure ;so that we can enforce our preferred version org.clojure.contrib/prxml] -- cgit v1.2.3