In the example app, it seems to me that transit-clj is a required dependency.
Without it I get:
Exception in thread "main" java.io.FileNotFoundException: Could not locate cognitect/transit__init.class or cognitect/transit.clj on classpath: , compiling:(ring/middleware/format_params.clj:1:1)
Working project.clj (note the last line):
(defproject rook-example "0.0.1"
:description "An example rook resource"
:main rook_test.core/main
:dependencies [
[org.clojure/clojure "1.6.0"]
[io.aviso/rook "0.1.21"]
[ring "1.3.2"]
[com.cognitect/transit-clj "0.8.267"]])
In the example app, it seems to me that transit-clj is a required dependency.
Without it I get:
Working project.clj (note the last line):