From 0c409143a812702d8dc779cfcab5ba0ab14e89b5 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Wed, 16 Aug 2017 12:41:11 -0500 Subject: 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 --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pom.xml') 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} + -- cgit 1.2.3-korg