Fix dependencies

This commit is contained in:
Paul Schaub 2022-01-11 15:08:36 +01:00
parent 1b24da7f1e
commit b2cca38ba7
2 changed files with 1 additions and 4 deletions

View file

@ -70,10 +70,7 @@ allprojects {
}
project.ext {
slf4jVersion = '1.7.32'
logbackVersion = '1.2.9'
junitVersion = '5.8.2'
picocliVersion = '4.6.2'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))