From 684ba49771e82db07b4504da349b5bfa8a341436 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 10 Sep 2024 10:38:51 +0200 Subject: [PATCH] Temporary address log4j2 issue with JPMS see https://github.com/apache/logging-log4j2/issues/2929 --- build/parents/build/pom.xml | 3 +++ integrationtest/java/modules/orm-elasticsearch/pom.xml | 9 +++++++++ .../modules/orm-outbox-polling-elasticsearch/pom.xml | 10 ++++++++++ .../java/modules/pojo-standalone-elasticsearch/pom.xml | 10 ++++++++++ 4 files changed, 32 insertions(+) diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index 8c5334809ed..e6efdffcff8 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -126,6 +126,9 @@ + 2.24.0 4.13.2 5.11.0 diff --git a/integrationtest/java/modules/orm-elasticsearch/pom.xml b/integrationtest/java/modules/orm-elasticsearch/pom.xml index 5645609dd2a..16c05cd7323 100644 --- a/integrationtest/java/modules/orm-elasticsearch/pom.xml +++ b/integrationtest/java/modules/orm-elasticsearch/pom.xml @@ -72,6 +72,15 @@ ${version.jakarta.enterprise} test + + + org.jspecify + jspecify + 1.0.0 + provided + diff --git a/integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml b/integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml index 34181332a73..268f9f8297f 100644 --- a/integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml +++ b/integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml @@ -90,6 +90,16 @@ ${version.jakarta.enterprise} test + + + + org.jspecify + jspecify + 1.0.0 + provided + diff --git a/integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml b/integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml index 420fe31941d..fa231f695ad 100644 --- a/integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml +++ b/integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml @@ -54,6 +54,16 @@ hibernate-search-util-internal-integrationtest-mapper-pojo-standalone test + + + + org.jspecify + jspecify + 1.0.0 + provided +