Skip to content

Commit c3c00ae

Browse files
committed
HHH-19723 Remove dependency to wildfly-transaction-client-jakarta from tests and hibernate-testing
It doesn't seem to be used anywhere.
1 parent 9178e32 commit c3c00ae

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

hibernate-core/hibernate-core.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ dependencies {
6363

6464
testRuntimeOnly libs.byteBuddy
6565
testRuntimeOnly testLibs.weld
66-
testRuntimeOnly testLibs.wildFlyTxnClient
6766
testImplementation libs.jandex
6867
testImplementation jakartaLibs.jsonb
6968
testImplementation libs.jackson

hibernate-testing/hibernate-testing.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencies {
4141

4242
implementation libs.hibernateModels
4343
implementation libs.jandex
44-
implementation testLibs.wildFlyTxnClient
4544
implementation testLibs.junit5Engine
4645
implementation testLibs.junit5Launcher
4746

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ dependencyResolutionManagement {
182182
def shrinkwrapVersion = version "shrinkwrap", "1.2.6"
183183
def shrinkwrapDescriptorsVersion = version "shrinkwrapDescriptors", "2.0.0"
184184
def weldVersion = version "weld", "6.0.3.Final"
185-
def wildFlyTxnClientVersion = version "wildFlyTxnClient", "2.0.0.Final"
186185

187186
def jfrUnitVersion = version "jfrUnit", "1.0.0.Alpha2"
188187

@@ -212,7 +211,6 @@ dependencyResolutionManagement {
212211

213212
library( "jbossJta", "org.jboss.narayana.jta", "narayana-jta" ).versionRef( jbossJtaVersion )
214213
library( "jbossTxSpi", "org.jboss", "jboss-transaction-spi" ).versionRef( jbossTxSpiVersion )
215-
library( "wildFlyTxnClient", "org.wildfly.transaction", "wildfly-transaction-client-jakarta" ).versionRef( wildFlyTxnClientVersion )
216214

217215
library( "weld", "org.jboss.weld.se", "weld-se-shaded" ).versionRef( weldVersion )
218216

0 commit comments

Comments
 (0)