2022-06-01 18:39:14 +02:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
versionCatalogs {
|
|
|
|
libs {
|
|
|
|
version('gradle', '7.4.2')
|
|
|
|
version('junit', '5.8.2')
|
|
|
|
version('testcontainers', '1.16.2')
|
|
|
|
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
|
|
|
|
library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
|
|
|
|
library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
|
|
|
|
library('hamcrest', 'org.hamcrest:hamcrest-library:2.2')
|
|
|
|
library('junit4', 'junit:junit:4.13.2')
|
|
|
|
library('derby', 'org.apache.derby', 'derby').version('10.15.2.0')
|
|
|
|
library('testcontainers', 'org.testcontainers', 'testcontainers').versionRef('testcontainers')
|
|
|
|
library('testcontainers-junit-jupiter', 'org.testcontainers', 'junit-jupiter').versionRef('testcontainers')
|
|
|
|
library('testcontainers-oracle-xe', 'org.testcontainers', 'oracle-xe').versionRef('testcontainers')
|
|
|
|
library('h2', 'com.h2database', 'h2').version('1.4.200')
|
|
|
|
library('mockito-core', 'org.mockito', 'mockito-core').version('3.3.3')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-10 18:41:26 +01:00
|
|
|
include 'jdbc-connection-pool'
|
|
|
|
include 'jdbc-query'
|