r0man / ring-cors

Ring middleware for Cross-Origin Resource Sharing.
http://github.com/r0man/ring-cors
166 stars 44 forks source link

"Unable to resolve join in this context" #2

Closed Quantumplation closed 10 years ago

Quantumplation commented 10 years ago

I'm trying to integrate the ring-cors library into my application, and unfortunately I'm getting a compilation error.

Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: join in this context, compiling:(ring/middleware/cors.clj:20)

Here's a gist of my code:

https://gist.github.com/Quantumplation/7696685

Quantumplation commented 10 years ago

Nevermind, updating my clojure dependency to 1.4.0 solved this. :)