Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency on snakeyaml #295

Open
coreagile opened this issue Sep 8, 2022 · 1 comment
Open

Missing dependency on snakeyaml #295

coreagile opened this issue Sep 8, 2022 · 1 comment

Comments

@coreagile
Copy link

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
Copy link
Member

yogthos commented Sep 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants