-
Notifications
You must be signed in to change notification settings - Fork 4
Missing dependency #5
Copy link
Copy link
Open
Description
Recently, I removed [com.cemerick/clojurescript.test "0.3.3"] from a project. After that point, I got this error when trying to upload to S3...
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate clojure/data/json__init.class or clojure/data/json.clj on classpath., compiling:(leiningen/s3_static_deploy.clj:1:1)
Turns out that data.json is used here...
but not included in the project dependencies.
The lib I removed just happened to be providing it.
Looks like the solution would be to add [org.clojure/data.json "0.2.6"] to the project dependencies.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels