HHH-17460 - Ongoing JPA 32 work
This commit is contained in:
parent
be12a899da
commit
2ec81bfdbf
|
@ -70,7 +70,7 @@ dependencyResolutionManagement {
|
|||
def byteBuddyVersion = version "byteBuddy", "1.14.18"
|
||||
def classmateVersion = version "classmate", "1.5.1"
|
||||
def geolatteVersion = version "geolatte", "1.9.1"
|
||||
def hibernateModelsVersion = version "hibernateModels", "0.7.3"
|
||||
def hibernateModelsVersion = version "hibernateModels", "0.7.4"
|
||||
def jandexVersion = version "jandex", "3.2.0"
|
||||
def hcannVersion = version "hcann", "7.0.1.Final"
|
||||
def jacksonVersion = version "jackson", "2.17.0"
|
||||
|
@ -113,15 +113,10 @@ dependencyResolutionManagement {
|
|||
|
||||
library( "agroal", "io.agroal", "agroal-api" ).versionRef( agroalVersion )
|
||||
library( "agroalPool", "io.agroal", "agroal-pool" ).versionRef( agroalVersion )
|
||||
|
||||
library( "c3p0", "com.mchange", "c3p0" ).versionRef( c3poVersion )
|
||||
|
||||
library( "hikaricp", "com.zaxxer", "HikariCP" ).versionRef( hikaricpVersion )
|
||||
|
||||
library( "proxool", "proxool", "proxool" ).versionRef( proxoolVersion )
|
||||
|
||||
library( "vibur", "org.vibur", "vibur-dbcp" ).versionRef( viburVersion )
|
||||
|
||||
library( "ucp", "com.oracle.database.jdbc", "ucp11" ).versionRef( ucpVersion )
|
||||
|
||||
library( "ojdbc11", "com.oracle.database.jdbc", "ojdbc11" ).versionRef( ucpVersion )
|
||||
|
|
Loading…
Reference in New Issue