-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add Hilla module as a dependency to Platform #4934
Comments
Thanks for not adding it to Edit: Damn :D |
Well, just changed it to |
5 seconds thought: Hilla requires Spring, therefore it should be in the spring starter as dependency? Vaadin and Vaadin Core does not require Spring |
We cannot really add |
Describe your motivation
Make
com.vaadin:vaadin
(orvaadin-core
orvaadin-spring-boot-starter
, to be discussed and researched) depend on thecom.vaadin.hilla:hilla
artifact, which includes theendpoint
andengine-runtime
, so if thehilla
isn’t desired, one can exclude the wholehilla
dependency.Additional context
Vaadin/Hilla 24.4
The text was updated successfully, but these errors were encountered: