From c2bcf2a333a66d401c6afe0589c117f0986a5bd2 Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 22 Feb 2019 08:16:26 +0100 Subject: Introduce new entities Introduce new database entities to support the new Clamp model Change-Id: I6c8d7fdaf8201c2bc7878f8a807c89002525857f Issue-ID: CLAMP-299 Signed-off-by: sebdet --- pom.xml | 61 ++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 23 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3a0cc25a..920aa874 100644 --- a/pom.xml +++ b/pom.xml @@ -334,6 +334,15 @@ + + org.springframework.boot + spring-boot-starter-data-jpa + + + com.vladmihalcea + hibernate-types-52 + 2.4.1 + org.onap.aaf.authz @@ -684,36 +693,26 @@ - org.sonatype.plugins - port-allocator-maven-plugin - 1.2 + de.jpdigital + hibernate52-ddl-maven-plugin + 2.2.0 - validate + process-classes - allocate-ports + gen-ddl - - - docker.mariadb.port.host - - - docker.http-cache.port.host - - - clamp.it.tests.http-redirected - - - clamp.it.tests.https - - - clamp.it.tests.http - - + org.onap.clamp.dao.model + MARIADB53 + ${project.basedir}/extra/sql/bulkload/ + create-tables + + true +