From 5033472639952d5d195f8c2ba8abff632b535856 Mon Sep 17 00:00:00 2001 From: Riccardo Righi Date: Thu, 28 Feb 2019 15:05:48 +0100 Subject: [PATCH] Closes #47 --- core/pom.xml | 10 +++++++++- .../datastore/jpa/test/TestEclipselink.java | 1 + pom.xml | 18 +++++++----------- spring-boot/pom.xml | 9 ++++++++- spring/pom.xml | 9 ++++++++- 5 files changed, 33 insertions(+), 14 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 29b641e..0643f8c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 @@ -115,6 +117,12 @@ test + + ch.qos.logback + logback-classic + test + + com.zaxxer HikariCP diff --git a/core/src/test/java/com/holonplatform/datastore/jpa/test/TestEclipselink.java b/core/src/test/java/com/holonplatform/datastore/jpa/test/TestEclipselink.java index 7a659d0..e55c0d7 100644 --- a/core/src/test/java/com/holonplatform/datastore/jpa/test/TestEclipselink.java +++ b/core/src/test/java/com/holonplatform/datastore/jpa/test/TestEclipselink.java @@ -77,6 +77,7 @@ public static void initDatastore() { rightJoinTest = false; avgProjectionTest = false; txExpectedErrorTest = false; + temporalProjectionTest = false; JPA_TARGET = JpaTarget.of(Test1.class); diff --git a/pom.xml b/pom.xml index 61c9d99..ae10908 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 @@ -59,13 +61,13 @@ holon-datastore-jpa - 5.2.0 + 5.2.1 - 5.2.0 + 5.2.1 - 5.2.0 + 5.2.1 2.2 @@ -90,7 +92,7 @@ 1.9.10 - 1.4.196 + 1.4.198 @@ -127,12 +129,6 @@ junit-jupiter-engine test - - - ch.qos.logback - logback-classic - test - diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 806d16d..d072101 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 @@ -55,6 +57,11 @@ + + ch.qos.logback + logback-classic + test + com.zaxxer HikariCP diff --git a/spring/pom.xml b/spring/pom.xml index 0736059..ff91977 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 @@ -83,6 +85,11 @@ + + ch.qos.logback + logback-classic + test + com.zaxxer HikariCP