diff --git a/scripts/generator/templates/template-vaadin-bom.xml b/scripts/generator/templates/template-vaadin-bom.xml index 5b5fa7280..6b40500a8 100644 --- a/scripts/generator/templates/template-vaadin-bom.xml +++ b/scripts/generator/templates/template-vaadin-bom.xml @@ -115,6 +115,13 @@ jna-platform ${jna.version} + + + + com.vaadin.hilla + hilla-dev-mode + ${hilla.version} + diff --git a/scripts/generator/templates/template-vaadin-spring-bom.xml b/scripts/generator/templates/template-vaadin-spring-bom.xml index fda03624c..651071c62 100644 --- a/scripts/generator/templates/template-vaadin-spring-bom.xml +++ b/scripts/generator/templates/template-vaadin-spring-bom.xml @@ -25,6 +25,14 @@ + + com.vaadin.hilla + hilla-bom + ${hilla.version} + pom + import + + com.vaadin vaadin diff --git a/vaadin-spring-boot-starter/pom.xml b/vaadin-spring-boot-starter/pom.xml index 1c7c38a48..88337db83 100644 --- a/vaadin-spring-boot-starter/pom.xml +++ b/vaadin-spring-boot-starter/pom.xml @@ -53,6 +53,10 @@ com.vaadin vaadin-core + + com.vaadin.hilla + hilla + diff --git a/versions.json b/versions.json index 22491ddd7..d28fb2f63 100644 --- a/versions.json +++ b/versions.json @@ -104,6 +104,9 @@ "flow": { "javaVersion": "24.4.0.alpha3" }, + "hilla": { + "javaVersion": "24.4.0.alpha2" + }, "flow-cdi": { "javaVersion": "15.0.1" },