From 1ae9b0c4b14e5d290e30289b38370d22e10a51db Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Thu, 2 Jan 2025 14:58:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20add=20Spring=20Security=20dependenc?= =?UTF-8?q?y=20for=20#14=20#15=20#19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 7c8f7a2..91f133a 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,10 @@ com.vaadin vaadin-spring-boot-starter + + org.springframework.boot + spring-boot-starter-security + org.springframework.boot spring-boot-starter-validation