From 62daf8ad52f431afac7e11c414df2676554181c3 Mon Sep 17 00:00:00 2001 From: Benjamin Graf Date: Mon, 22 Jun 2026 18:03:04 +0200 Subject: [PATCH] Exclude transitive dependencies from narayana-jta analogous to quarkusio/quarkus#54227 --- narayana-spring-boot-core/pom.xml | 14 ++++++++++++++ pom.xml | 11 ++++------- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/narayana-spring-boot-core/pom.xml b/narayana-spring-boot-core/pom.xml index 2b7e44ab..3c382e3c 100644 --- a/narayana-spring-boot-core/pom.xml +++ b/narayana-spring-boot-core/pom.xml @@ -31,6 +31,20 @@ org.jboss.narayana.jta narayana-jta + + + * + * + + + + + jakarta.inject + jakarta.inject-api + + + org.jboss + jboss-transaction-spi org.jboss.narayana.jts diff --git a/pom.xml b/pom.xml index a71d50cd..c84c504f 100644 --- a/pom.xml +++ b/pom.xml @@ -91,14 +91,11 @@ import - org.jboss.narayana.jta - narayana-jta - ${narayana.version} - - - org.jboss.narayana.jts - narayana-jts-integration + org.jboss.narayana + main-dependency-management ${narayana.version} + pom + import io.agroal