Skip to content
Snippets Groups Projects
Commit e511d8b0 authored by Cam Saül's avatar Cam Saül
Browse files

Merge pull request #363 from metabase/explict_tools_reader_dep

add org.clojure/tools.reader as explicit project dep
parents 1d790d71 424907b9
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
[org.clojure/tools.logging "0.3.1"] ; logging framework
[org.clojure/tools.macro "0.1.5"] ; tools for writing macros
[org.clojure/tools.namespace "0.2.10"]
[org.clojure/tools.reader "0.9.1"] ; Need to explictly specify this dep otherwise expectations doesn't seem to work right :'(
[org.clojure/tools.trace "0.7.8"] ; "tracing macros/fns to help you see what your code is doing"
[amalloy/ring-gzip-middleware "0.1.3"] ; Ring middleware to GZIP responses if client can handle it
[cheshire "5.4.0"] ; fast JSON encoding (used by Ring JSON middleware)
......
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