From 5a2d557ff2e45460985979fb1c52fbbd739898ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petter=20Holmstr=C3=B6m?= Date: Wed, 18 Dec 2024 15:52:53 +0200 Subject: [PATCH] Add missing dependencies to make Spring Data tests work. --- vaadin-spring/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/vaadin-spring/pom.xml b/vaadin-spring/pom.xml index 5a214b00dd7..88cc5a3f21c 100644 --- a/vaadin-spring/pom.xml +++ b/vaadin-spring/pom.xml @@ -140,6 +140,22 @@ test + + com.h2database + h2 + test + + + org.springframework.boot + spring-boot-test-autoconfigure + test + + + org.springframework.boot + spring-boot-starter-data-jpa + test + + org.springframework.boot spring-boot-starter-test