From f745cc97769a7ccf8c980a901b162b4cd331b885 Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Tue, 6 Sep 2011 23:53:44 -0700 Subject: [PATCH] Fix dev dependencies to match "best practices" Now that the leinengein plugin system works, best practice is to install the `swank-clojure` and `lein-clojars` tools through the plugin system. Having them as dev dependencies is not just deprecated, it can actively break some functionality; this includes the modern `clojure-jack-in` facility in `clojure-mode`. Signed-off-by: Daniel Pittman --- project.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/project.clj b/project.clj index f8f3109..490a9a0 100644 --- a/project.clj +++ b/project.clj @@ -5,9 +5,7 @@ [clout "0.3.1"] [ring "0.3.1"] [clj-time "0.2.0-SNAPSHOT"]] - :dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"] - [clj-stacktrace "0.2.0"] - [lein-clojars "0.5.0-SNAPSHOT"]] + :dev-dependencies [[clj-stacktrace "0.2.0"]] ;:jvm-opts ["-agentlib:jdwp=transport=dt_socket,address=8030,server=y,suspend=n"] :aot [clothesline.interop.nodetest clothesline.interop.iservice