@@ -7,12 +7,12 @@ ktor = "2.2.4"
7
7
archunit = { module = " com.tngtech.archunit:archunit-junit5" , version = " 1.0.1" }
8
8
azure-digital-twins = { module = " com.azure:azure-digitaltwins-core" , version = " 1.3.6" }
9
9
azure-identity = { module = " com.azure:azure-identity" , version = " 1.8.0" }
10
+ embedmongo = { module = " de.flapdoodle.embed:de.flapdoodle.embed.mongo" , version = " 4.6.1" }
10
11
logback = { module = " ch.qos.logback:logback-classic" , version = " 1.4.5" }
11
12
kmongo = { module = " org.litote.kmongo:kmongo-serialization" , version = " 4.8.0" }
12
13
kotest-junit5 = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
13
14
kotest-assertions-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
14
15
kotest-assertions-core-jvm = { module = " io.kotest:kotest-assertions-core-jvm" , version.ref = " kotest" }
15
- kotest-testcontainer = { module = " io.kotest.extensions:kotest-extensions-testcontainers" , version = " 1.3.4" }
16
16
kotlin-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.5.0" }
17
17
kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
18
18
ktor-server-core = { module = " io.ktor:ktor-server-core" , version.ref = " ktor" }
@@ -27,7 +27,7 @@ kotlin-testing = [
27
27
" kotest-junit5" ,
28
28
" kotest-assertions-core" ,
29
29
" kotest-assertions-core-jvm" ,
30
- " kotest-testcontainer "
30
+ " embedmongo " ,
31
31
]
32
32
33
33
[plugins ]
0 commit comments