отделили реализацию minio в отлдельный модуль

This commit is contained in:
2022-05-09 19:14:23 +03:00
parent 8e05d49198
commit f476c81f4e
18 changed files with 187 additions and 109 deletions

View File

@@ -4,6 +4,7 @@ ext {
minioVersion = '8.3.9'
springBootVerson = '2.6.6'
mongoDriver = '4.6.0'
okhttpVersion = '4.8.1'
// for tests only
junitJupiterVersion = '5.5.2'