remove ring plugin

neo4j-4
Josha von Gizycki 5 years ago
parent daebe83503
commit fcd6d1e034

@ -31,21 +31,9 @@
[markdown-clj "1.10.0"] [markdown-clj "1.10.0"]
[dorothy "0.0.7"]] [dorothy "0.0.7"]]
:profiles {:dev {:dependencies [;; webserver stuff :profiles {:dev {:plugins [;; neo4j db
[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
[joshavg/lein-neo4j "0.5.0"] [joshavg/lein-neo4j "0.5.0"]
;; webserver stuff
[lein-less "1.7.5"]
[lein-ring "0.12.5"]
;; code quality ;; code quality
[lein-ancient "LATEST"] [lein-ancient "LATEST"]
[jonase/eastwood "LATEST"] [jonase/eastwood "LATEST"]
@ -58,8 +46,6 @@
:neo4j {:path "neo4j"} :neo4j {:path "neo4j"}
:repl-options {:init-ns wanijo.infrastructure.repl} :repl-options {:init-ns wanijo.infrastructure.repl}
:ring {:handler wanijo.handler/app
:nrepl {:start? true}}
:less {:source-paths ["resources/app/stylesheets"] :less {:source-paths ["resources/app/stylesheets"]
:target-path "resources/public/css"} :target-path "resources/public/css"}
:aliases {"uberjar" ["do" ["less" "once"] "uberjar"]} :aliases {"uberjar" ["do" ["less" "once"] "uberjar"]}

Loading…
Cancel
Save