From 5a34e5994eb121fdbace67d589849c3ef02fb260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Thu, 4 Sep 2025 23:42:48 +0200 Subject: [PATCH] add spring/hibernate deps --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/pom.xml b/pom.xml index 02e0ef6..3aed105 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,48 @@ 5.13.0 test + + + + + org.springframework + spring-context + 6.2.7 + + + org.springframework + spring-tx + 6.2.7 + + + org.springframework + spring-orm + 6.2.7 + + + org.springframework.data + spring-data-jpa + 3.3.4 + + + + + org.hibernate.orm + hibernate-core + 6.6.1.Final + + + org.hibernate.orm + hibernate-community-dialects + 6.6.1.Final + + + + + jakarta.persistence + jakarta.persistence-api + 3.1.0 +