From 6d21cfb1155e1805280976c00e4c5bfedebba734 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Tue, 15 Feb 2022 12:00:31 -0500 Subject: [PATCH] Add hibernate core as managed dependency Adding hibernate core as a managed dependency in policy/parent so that multiple components can inherit the common version. Issue-ID: POLICY-3931 Change-Id: Ice21aca16bc90b32890e08fd51fc672962f97164 Signed-off-by: Ram Krishna Verma --- integration/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index acec7bbe..872162da 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -52,6 +52,7 @@ 4.1.70.Final 2.5.0 2.5.4 + 5.4.31.Final 1.0.0 3.7.3 9.0.45 @@ -780,6 +781,13 @@ spring-boot-starter-security ${version.springboot} + + + + org.hibernate + hibernate-core + ${version.hibernate.core} + -- 2.16.6