From 58903e5afafbcb459fd8179ed5ec746071581eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Tue, 12 May 2026 15:18:40 +0200 Subject: [PATCH] =?UTF-8?q?Relocate=20org.jboss.narayana.jta=20=C2=BB=20na?= =?UTF-8?q?rayana-jta-jakarta=E2=86=92org.jboss.narayana.jta=20=C2=BB=20na?= =?UTF-8?q?rayana-jta=20and=20upgrade=20to=207.3.4.Final?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it will unblock automatic dependabot upgrade. Currently blocked at 5.13.Final from 2022 although 7.3.4.Final has been released in May 2026 we need to upgrade to a more recent version at the same time as the first relocated version is not working fine. (looking for a javax.transaction class) Signed-off-by: Aurélien Pupier --- components/camel-jta/pom.xml | 2 +- parent/pom.xml | 2 +- tests/camel-itest/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-jta/pom.xml b/components/camel-jta/pom.xml index 608c4f27cf540..5b567cd06f6a5 100644 --- a/components/camel-jta/pom.xml +++ b/components/camel-jta/pom.xml @@ -80,7 +80,7 @@ org.jboss.narayana.jta - narayana-jta-jakarta + narayana-jta ${narayana-version} test diff --git a/parent/pom.xml b/parent/pom.xml index 3cc1d9705782a..72e1f600138e3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -389,7 +389,7 @@ 0.9.14 2.5.2.Final 3.5.19 - 5.13.1.Final + 7.3.4.Final 0.4.0 6.1.0 4.2.12.Final diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index ab96ac77e8152..6611f6d71e832 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -352,7 +352,7 @@ org.jboss.narayana.jta - narayana-jta-jakarta + narayana-jta ${narayana-version}