From bb8b638714db7fc02acdc1a9032cc43210fe5c0e Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 19 Dec 2015 03:46:49 +0100 Subject: [PATCH] Fixed minor misconfiguration in integration-test dependency test Error because of multiple persistence-units by repeated execution --- src/it/dependency test/h4mp/pom.xml | 2 +- src/it/h4mp-mod/pom.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/it/dependency test/h4mp/pom.xml b/src/it/dependency test/h4mp/pom.xml index f23648c3..8d548fd1 100644 --- a/src/it/dependency test/h4mp/pom.xml +++ b/src/it/dependency test/h4mp/pom.xml @@ -71,11 +71,11 @@ + primary false true true ; - true false org.hibernate.dialect.PostgreSQL9Dialect diff --git a/src/it/h4mp-mod/pom.xml b/src/it/h4mp-mod/pom.xml index c353210f..7220a74d 100644 --- a/src/it/h4mp-mod/pom.xml +++ b/src/it/h4mp-mod/pom.xml @@ -70,8 +70,6 @@ true true ; - true - CREATE org.hibernate.dialect.PostgreSQL9Dialect -- 2.20.1