добавлена MongoDB для хранения данных об артефактах

see #3
This commit is contained in:
2022-05-09 16:17:46 +03:00
parent 420c62f885
commit 1b48647c39
9 changed files with 135 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ ext {
slf4jVersion = '1.7.36'
minioVersion = '8.3.9'
springBootVerson = '2.6.6'
mongoDriver = '4.6.0'
// for tests only
junitJupiterVersion = '5.5.2'