Skip to content
Snippets Groups Projects
Commit 9a7061f3 authored by Philipp Bogensberger's avatar Philipp Bogensberger Committed by Christian Haudum
Browse files

added crate dependencies

parent 078baa55
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,10 @@
[ring/ring-jetty-adapter "1.4.0"] ; Ring adapter using Jetty webserver (used to run a Ring server for unit tests)
[ring/ring-json "0.4.0"] ; Ring middleware for reading/writing JSON automatically
[stencil "0.5.0"] ; Mustache templates for Clojure
[swiss-arrows "1.0.0"]] ; 'Magic wand' macro -<>, etc.
[swiss-arrows "1.0.0"] ; 'Magic wand' macro -<>, etc.
[io.crate/crate-jdbc "1.11.0"]
[io.crate/crate-client "0.54.7"]]
:repositories [["bintray" "https://dl.bintray.com/crate/crate"]]
:plugins [[lein-environ "1.0.2"] ; easy access to environment variables
[lein-ring "0.9.7" ; start the HTTP server with 'lein ring server'
:exclusions [org.clojure/clojure]]] ; TODO - should this be a dev dependency ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment