From: Jorge Hernandez Date: Wed, 16 Aug 2017 17:41:11 +0000 (-0500) Subject: add hibernate JPA libraries in base X-Git-Tag: v1.1.0~59 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0c409143a812702d8dc779cfcab5ba0ab14e89b5;p=policy%2Fdrools-pdp.git 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 --- 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} +