@@ -91,13 +91,15 @@ dependencyResolutionManagement {
9191 def viburVersion = version " vibur" , " 25.0"
9292 def ucpVersion = version " ucp" , " 23.6.0.24.10"
9393
94- def jcacheVersion = version " jcache" , " 1.0.0 "
94+ def jcacheVersion = version " jcache" , " 1.1.1 "
9595 def ehcache3Version = version " ehcache3" , " 3.10.8"
9696
9797 def micrometerVersion = version " micrometer" , " 1.14.1"
9898
9999 def hibernateValidatorVersion = version " hibernateValidator" , " 8.0.1.Final"
100100
101+ def antVersion = version " ant" , " 1.10.15"
102+
101103 library( " antlr" , " org.antlr" , " antlr4" ). versionRef( antlrVersion )
102104 library( " antlrRuntime" , " org.antlr" , " antlr4-runtime" ). versionRef( antlrVersion)
103105
@@ -135,7 +137,7 @@ dependencyResolutionManagement {
135137
136138 library( " micrometer" , " io.micrometer" , " micrometer-core" ). versionRef( micrometerVersion )
137139
138- library( " ant" , " org.apache.ant" , " ant" ). version( " 1.8.2 " )
140+ library( " ant" , " org.apache.ant" , " ant" ). versionRef( antVersion )
139141 }
140142 jakartaLibs {
141143 // `jakartaJpaVersion` comes from the local-build-plugins to allow for command-line overriding of the JPA version to use
@@ -179,17 +181,16 @@ dependencyResolutionManagement {
179181 def junit5LauncherVersion = version " junit5Launcher" , " 1.11.3"
180182
181183 def assertjVersion = version " assertj" , " 3.26.3"
184+ def hamcrestVersion = version " hamcrest" , " 3.0"
182185 def bytemanVersion = version " byteman" , " 4.0.23"
183186 def jbossJtaVersion = version " jbossJta" , " 7.1.0.Final"
184187 def jbossTxSpiVersion = version " jbossTxSpi" , " 8.0.0.Final"
185188 def log4jVersion = version " log4j" , " 2.24.2"
186189 def mockitoVersion = version " mockito" , " 5.14.2"
187- // Compatible with JDK20
188190 def shrinkwrapVersion = version " shrinkwrap" , " 1.2.6"
189191 def shrinkwrapDescriptorsVersion = version " shrinkwrapDescriptors" , " 2.0.0"
190192 def weldVersion = version " weld" , " 5.1.3.Final"
191193 def wildFlyTxnClientVersion = version " wildFlyTxnClient" , " 2.0.0.Final"
192- // def xapoolVersion = version "xapool", "1.5.0"
193194
194195 def jfrUnitVersion = version " jfrUnit" , " 1.0.0.Alpha2"
195196
@@ -202,22 +203,17 @@ dependencyResolutionManagement {
202203
203204 library( " assertjCore" , " org.assertj" , " assertj-core" ). versionRef( assertjVersion )
204205 library( " assertjApi" , " org.assertj" , " assertj-core-api" ). versionRef( assertjVersion )
206+ library( " hamcrest" , " org.hamcrest" , " hamcrest" ). versionRef( hamcrestVersion )
205207
206208 library( " log4j2" , " org.apache.logging.log4j" , " log4j-core" ). versionRef( log4jVersion )
207209
208210 library( " shrinkwrap" , " org.jboss.shrinkwrap" , " shrinkwrap-impl-base" ). versionRef( shrinkwrapVersion )
209- library( " shrinkwrapApi" , " org.jboss.shrinkwrap" , " shrinkwrap-api" ). versionRef( shrinkwrapVersion )
210211 library( " shrinkwrapDescriptors" , " org.jboss.shrinkwrap.descriptors" , " shrinkwrap-descriptors-impl-javaee" ). versionRef( shrinkwrapDescriptorsVersion )
211- library( " shrinkwrapDescriptorsApi" , " org.jboss.shrinkwrap.descriptors" , " shrinkwrap-descriptors-api-javaee" ). versionRef( shrinkwrapDescriptorsVersion )
212212
213- library( " byteman" , " org.jboss.byteman" , " byteman" ). versionRef( bytemanVersion )
214- library( " bytemanInstall" , " org.jboss.byteman" , " byteman-install" ). versionRef( bytemanVersion )
215213 library( " bytemanBmunit" , " org.jboss.byteman" , " byteman-bmunit" ). versionRef( bytemanVersion )
216214
217215 library( " mockito" , " org.mockito" , " mockito-core" ). versionRef( mockitoVersion )
218- // library( "mockitoInline", "org.mockito", "mockito-inline" ).versionRef( mockitoVersion )
219216
220- // library( "xapool", "com.experlog", "xapool" ).versionRef( xapoolVersion )
221217 library( " jbossJta" , " org.jboss.narayana.jta" , " narayana-jta" ). versionRef( jbossJtaVersion )
222218 library( " jbossTxSpi" , " org.jboss" , " jboss-transaction-spi" ). versionRef( jbossTxSpiVersion )
223219 library( " wildFlyTxnClient" , " org.wildfly.transaction" , " wildfly-transaction-client-jakarta" ). versionRef( wildFlyTxnClientVersion )
@@ -226,7 +222,7 @@ dependencyResolutionManagement {
226222
227223 library( " jfrUnit" , " org.moditect.jfrunit" , " jfrunit-core" ). versionRef( jfrUnitVersion )
228224 }
229- dbLibs {
225+ jdbcLibs {
230226 def h2Version = version " h2" , overrideableVersion( " gradle.libs.versions.h2" , " 2.3.232" )
231227
232228 def db2Version = version " db2" , " 11.5.9.0"
@@ -241,7 +237,6 @@ dependencyResolutionManagement {
241237 def mssqlVersion = version " mssql" , " 12.8.1.jre11"
242238 def mysqlVersion = version " mysql" , " 9.1.0"
243239 def oracleVersion = version " oracle" , " 23.4.0.24.05"
244- def oracleLegacyVersion = version " oracleLegacy" , " 11.2.0.4"
245240 def pgsqlVersion = version " pgsql" , " 42.7.4"
246241 def sybaseVersion = version " sybase" , " 1.3.1"
247242 def tidbVersion = version " tidb" , mysqlVersion
0 commit comments