2021-11-04 16:28:10 +01:00
|
|
|
|
2022-06-17 10:53:57 +02:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
versionCatalogs {
|
|
|
|
libs {
|
|
|
|
version('gradle', '7.4.2')
|
|
|
|
version('groovy', '4.0.3')
|
|
|
|
version('spock', '2.2-M1-groovy-4.0')
|
|
|
|
version('junit', '5.8.2')
|
|
|
|
library('groovy-core', 'org.apache.groovy', 'groovy').versionRef('groovy')
|
|
|
|
library('spock-core', 'org.spockframework', 'spock-core').versionRef('spock')
|
|
|
|
library('spock-junit4', 'org.spockframework', 'spock-junit4').versionRef('spock')
|
|
|
|
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('junit4', 'junit', 'junit').version('4.13.2')
|
|
|
|
library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2')
|
|
|
|
library('ftp-fs', 'org.xbib', 'ftp-fs').version('2.6.0')
|
|
|
|
library('files-sftp-fs', 'org.xbib', 'files-sftp-fs').version('3.0.0')
|
|
|
|
library('jgit', 'org.eclipse.jgit', 'org.eclipse.jgit').version('6.2.0.202206071550-r')
|
|
|
|
library('mail', 'com.sun.mail', 'javax.mail').version('1.6.2')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-04 16:28:10 +01:00
|
|
|
include 'groovy-crypt'
|
|
|
|
include 'groovy-ftp'
|
|
|
|
include 'groovy-ftps'
|
2021-11-09 10:53:57 +01:00
|
|
|
include 'groovy-git'
|
2022-06-17 10:53:57 +02:00
|
|
|
include 'groovy-ldap'
|
|
|
|
include 'groovy-mail'
|
|
|
|
include 'groovy-sshd'
|