From baf0a9fdfd5e699ce5950914121f093282a3e4ed Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Thu, 28 Oct 2021 10:19:09 +0100 Subject: Add Spring Jpa configuration Issue-ID: POLICY-3795 Change-Id: Ic0955f412bfcd94094c19aceb4f25be8e695099a Signed-off-by: FrancescoFioraEst --- models/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'models/pom.xml') diff --git a/models/pom.xml b/models/pom.xml index c534a16f4..4adf64d2a 100644 --- a/models/pom.xml +++ b/models/pom.xml @@ -32,4 +32,23 @@ policy-clamp-models ${project.artifactId} + + + + org.springframework.boot + spring-boot-starter-data-jpa + ${version.springboot} + + + org.hibernate + hibernate-core + + + org.hibernate.common + common-annotations + + + + + -- cgit 1.2.3-korg