refactory

This commit is contained in:
2022-04-29 12:35:14 +03:00
parent a868b66e0c
commit cbfe2c50a7
32 changed files with 603 additions and 383 deletions

View File

@@ -1,7 +1,9 @@
ext {
lombokVersion = '1.18.20'
okhttpVersion = '4.9.3'
minioVersion = '8.3.9'
springBootVerson = '2.6.6'
pluginSpringBootVerson = '2.6.6'
pluginSpringBomVerson = '1.0.11.RELEASE'
// for tests only
junitJupiterVersion = '5.5.2'
mockitoCoreVersion = '4.5.1'
}