luminus-framework/luminus

Missing dependency on snakeyaml

coreagile opened this issue · 1 comments

Could be the combination of switches I used. I did:

lein new luminus prj +reitit +sqlite +cljs +swagger +auth-jwe +oauth +cucumber +kibit
lein run

And got:

...
Caused by: java.lang.IllegalArgumentException: No matching ctor found for class org.yaml.snakeyaml.constructor.SafeConstructor
...

Adding:

[clj-commons/clj-yaml "0.7.109"]

to deps in project.clj fixes it

Running lein deps :tree seems to indicate that org.seleniumhq.selenium/selenium-server 2.48.2 depends on org.yaml/snakeyaml.