From c192df8915e81530befa310492743e2ab528d1fe Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Thu, 29 Aug 2024 14:10:35 +0300 Subject: [PATCH] Satisfy GraalVM's classpath needs Adds `org.apache.lucene:lucene-core:9.7.0` as a dependency since it's required to delete `org.h2.fulltext.FullTextLucene` in `io.quarkus.jdbc.h2.runtime.graalvm.DeleteFullTextLucene`. Also updates `org.locationtech.jts:jts-core` to 1.19.0 since that's the latest version used by h2 2.232. Fixes https://github.com/quarkusio/quarkus/issues/42228 --- bom/application/pom.xml | 3 ++- extensions/jdbc/jdbc-h2/runtime/pom.xml | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 57f03d584623b..79a806a0b309e 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -120,7 +120,8 @@ 4.1.5 9.2.1 2.3.2 - 2.3.232 + 2.3.232 42.7.4 3.4.1 8.3.0 diff --git a/extensions/jdbc/jdbc-h2/runtime/pom.xml b/extensions/jdbc/jdbc-h2/runtime/pom.xml index 10d8bffac8580..fc251ad7afd60 100644 --- a/extensions/jdbc/jdbc-h2/runtime/pom.xml +++ b/extensions/jdbc/jdbc-h2/runtime/pom.xml @@ -21,10 +21,19 @@ com.h2database h2 + + + org.apache.lucene + lucene-core + 9.7.0 + org.locationtech.jts jts-core - 1.17.0 + 1.19.0