From 0c409143a812702d8dc779cfcab5ba0ab14e89b5 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Wed, 16 Aug 2017 12:41:11 -0500 Subject: [PATCH] add hibernate JPA libraries in base To make feature development easier for DB-enabled features Change-Id: I7f69ecfbbfb9eaac92f698bdb787ce881eec39f0 Issue-ID: POLICY-96 Signed-off-by: Jorge Hernandez --- policy-management/pom.xml | 12 +++++++++++- pom.xml | 12 ++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/policy-management/pom.xml b/policy-management/pom.xml index e3196604..b01668b0 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -260,7 +260,17 @@ org.mariadb.jdbc mariadb-java-client - + + + org.hibernate + hibernate-core + + + + org.hibernate.common + hibernate-commons-annotations + + diff --git a/pom.xml b/pom.xml index 81d41c32..d866230c 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,8 @@ 4.12 2.6.4 2.1.0 + 5.2.10.Final + 5.0.1.Final 3.2 0.7.9 @@ -186,6 +188,16 @@ mariadb-java-client ${mariadb.jdbc.version} + + org.hibernate + hibernate-core + ${hibernate.core.version} + + + org.hibernate.common + hibernate-commons-annotations + ${hibernate.commons.annotations.version} + -- 2.16.6