From fcd6d1e03436b7afc04c962c1dbfe434bfdc9475 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Fri, 30 Aug 2019 14:07:12 +0200 Subject: [PATCH] remove ring plugin --- project.clj | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/project.clj b/project.clj index f46a7ee..8284aca 100644 --- a/project.clj +++ b/project.clj @@ -31,21 +31,9 @@ [markdown-clj "1.10.0"] [dorothy "0.0.7"]] - :profiles {:dev {:dependencies [;; webserver stuff - [javax.servlet/servlet-api "2.5"] - [ring/ring-mock "0.4.0"] - [ring/ring-devel "1.7.1" - :exclusions [ring/ring-core - ring/ring-codec - commons-io - commons-codec]]] - :plugins [;; neo4j db + :profiles {:dev {:plugins [;; neo4j db [joshavg/lein-neo4j "0.5.0"] - ;; webserver stuff - [lein-less "1.7.5"] - [lein-ring "0.12.5"] - ;; code quality [lein-ancient "LATEST"] [jonase/eastwood "LATEST"] @@ -58,8 +46,6 @@ :neo4j {:path "neo4j"} :repl-options {:init-ns wanijo.infrastructure.repl} - :ring {:handler wanijo.handler/app - :nrepl {:start? true}} :less {:source-paths ["resources/app/stylesheets"] :target-path "resources/public/css"} :aliases {"uberjar" ["do" ["less" "once"] "uberjar"]}