Skip to content

transit-clj required dependency ? #37

Description

@clyfe

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"]])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions