добавлена 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

@@ -30,4 +30,5 @@ idea.module {
dependencies {
api("io.minio:minio:${minioVersion}")
api("org.mongodb:mongodb-driver-sync:${mongoDriver}")
}