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 +