-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
ClassDefNot found exception requiring bosquet #29
Comments
Strangely it works when inside the bosquet source code (on tag v0.3.6) |
I think the issue is that the git dependeny to selmer is not "transitive" resolved when using a mvn dependency to bosquet. |
Indeed, with this deps.edn it work:
|
Yes POM can't deal with that. I will make my Selmer fork release and refer to that |
or you do not release on Clojars, but document how to access releases via GIT coordinates in deps.edn, |
The commit addresses this. Not closing the issue till I make a new Bosqute release with a few more fixes to the critical issues you reported. |
Addressed in the v0.3.7 release. |
using 0.3.6 I get a exception requiring the 'bosquet.generator" namespace:
deps.edn:
on Linux
The text was updated successfully, but these errors were encountered: