summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-07-01 16:04:04 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-07-01 16:04:04 +0200
commit81a34ce78c8080c95274384204049894806d3d79 (patch)
tree68dd0b4cbcd8b0b477bba8bc32e7997da764e7c3 /project.clj
parent7c082abec97e1ca5090a9b5d0956d53549d19a9f (diff)
Move configuration file loading from load-time to run-time.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 1 insertions, 2 deletions
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]