From 551184076c26485898d43b145b40399c53a2467f Mon Sep 17 00:00:00 2001 From: Elmar Mammadov Date: Fri, 8 Jul 2022 02:24:58 +0200 Subject: [PATCH] BAEL-5545: fixed build issue for java 11 --- persistence-modules/pom.xml | 1 - pom.xml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/persistence-modules/pom.xml b/persistence-modules/pom.xml index 612070ea10..ee4807933a 100644 --- a/persistence-modules/pom.xml +++ b/persistence-modules/pom.xml @@ -105,7 +105,6 @@ spring-jooq spring-mybatis spring-persistence-simple - spring-jdbc-batch diff --git a/pom.xml b/pom.xml index 24aa678523..a10da85200 100644 --- a/pom.xml +++ b/pom.xml @@ -1260,6 +1260,7 @@ testing-modules/testing-assertions persistence-modules/fauna lightrun + persistence-modules/spring-jdbc-batch @@ -1327,6 +1328,7 @@ spring-boot-modules/spring-boot-camel testing-modules/testing-assertions persistence-modules/fauna + persistence-modules/spring-jdbc-batch lightrun