From e30cd531a93a53d27876faf5fda11fc636516f80 Mon Sep 17 00:00:00 2001 From: Tomi Virtanen Date: Tue, 30 Jan 2024 17:34:39 +0200 Subject: [PATCH] chore: exclude hilla-dev-mode from vaadin-spring-boot-starter But not from the vaadin-core which brings in vaadin-dev with hilla-dev-mode. Excluding vaadin-dev for production builds work better this way. --- vaadin-spring-boot-starter/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vaadin-spring-boot-starter/pom.xml b/vaadin-spring-boot-starter/pom.xml index aab3abbae..596c8af35 100644 --- a/vaadin-spring-boot-starter/pom.xml +++ b/vaadin-spring-boot-starter/pom.xml @@ -56,6 +56,12 @@ com.vaadin.hilla hilla-react + + + com.vaadin.hilla + hilla-dev-mode + +