luminus-framework / luminus

documentation site for Luminus framework
http://www.luminusweb.net/
629 stars 121 forks source link

Missing dependency on snakeyaml #295

Open coreagile opened 1 year ago

coreagile commented 1 year ago

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

yogthos commented 1 year ago

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