Closed ghost closed 6 years ago
Okay. I fixed this issue by manually adding [commons-codec/commons-codec "1.11"]
dependency into my own project.clj file. Do I need to manually include that in my project file to use ring-defaults or I'm doing something wrong here? I'll close this for now.
It's likely that your issue is caused by another dependency overriding commons-codec with an older version. You normally don't need to manually include the file, but you do if it's being overridden.
Ah, thanks for tips.
Hi, I have a problem 'requiring' this module into my project. I wish to migrate from
compojure.handler
(deprecated since 1.2 I believe) to ring-defaults.I'm using openjdk-8 and running Ubuntu 16.04 version 32 bit.
My dependencies in
project.clj
fileHere is the my project stacktrace